1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
6 lsrtags
= "rhythms, percussion"
9 In the following snippet, two parts have a completely different time
10 signature, yet remain synchronized. The bar lines can no longer be
11 printed at the @code{Score} level; to allow independent bar lines in
12 each part, the @code{Barline_engraver} is moved from the @code{Score}
13 context to the @code{Staff} context.
16 doctitle
= "Printing music with different time signatures"
24 global
= { \time 3/4 { s2.*3 } \bar "" \break { s2.*3 } }
29 \remove "Timing_translator"
30 \remove "Time_signature_engraver"
31 \remove "Default_bar_line_engraver"
32 \override SpacingSpanner
#'uniform-stretching
= ##t
33 \override SpacingSpanner
#'strict-note-spacing
= ##t
34 proportionalNotationDuration
= #(ly
:make-moment
1 64)
38 \consists "Timing_translator"
39 \consists "Default_bar_line_engraver"
40 \consists "Time_signature_engraver"
44 \remove "Forbid_line_break_engraver"
45 tupletFullLength
= ##t
49 Bassklarinette
= \new Staff
<<
67 \times 2/3 { ees
''4 r
4 d''4 ~
}
72 \times 3/4 { d''4 r
4 }
89 Perkussion
= \new StaffGroup
<<
139 << \Bassklarinette \Perkussion >>