Changing the number of lines in a staff: Difference between revisions
Import snippet from LSR |
mNo edit summary |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
The number of lines in a staff may changed by overriding the <code>StaffSymbol</code> property <code>line-count</code>. | The number of lines in a staff may changed by overriding the <code>StaffSymbol</code> property <code>line-count</code>. | ||
<lilypond version="2.24 | <lilypond version="2.24"> | ||
upper = \relative c'' { | upper = \relative c'' { | ||
c4 d e f | c4 d e f | ||
| Line 24: | Line 24: | ||
</lilypond> | </lilypond> | ||
[[Category:Specific notation]] | |||
[[Category:Staff notation]] | [[Category:Staff notation]] | ||
[[Category:Included in the official documentation]] | [[Category:Included in the official documentation]] | ||
[[Category:Snippet]] | |||