Exemplo n.º 1
0
 public Staff AddBarline(BarlineStyle style = BarlineStyle.None)
 {
     Elements.Add(new Barline(style));
     return(this);
 }
Exemplo n.º 2
0
 public Barline(BarlineStyle style) : this()
 {
     Style = style;
 }