X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fprinting-music-with-different-time-signatures.ly;h=00db6fb29de3a8fae1c54b71803b907b559302c6;hb=bb91de5b7f8c4f753452730101c2422946067cc3;hp=3bfefdc1a4e8b0259a683d22ca22151b3373b8eb;hpb=33fee1aae93af367e6d2f0a80bef3e1b38eda9eb;p=lilypond.git diff --git a/input/lsr/printing-music-with-different-time-signatures.ly b/input/lsr/printing-music-with-different-time-signatures.ly index 3bfefdc1a4..00db6fb29d 100644 --- a/input/lsr/printing-music-with-different-time-signatures.ly +++ b/input/lsr/printing-music-with-different-time-signatures.ly @@ -9,8 +9,9 @@ In the following snippet, two parts have a completely different time signature, yet remain synchronized. The bar lines can no longer be printed at the @code{Score} level; to allow independent bar lines in -each part, the @code{Barline_engraver} is moved from the @code{Score} -context to the @code{Staff} context. +each part, the @code{Default_barline_engraver} and +@code{Timing_translator} are moved from the @code{Score} context to the +@code{Staff} context. " doctitle = "Printing music with different time signatures" @@ -136,5 +137,8 @@ Perkussion = \new StaffGroup << >> \score { - << \Bassklarinette \Perkussion >> + << + \Bassklarinette + \Perkussion + >> }