X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fprinting-music-with-different-time-signatures.ly;h=00db6fb29de3a8fae1c54b71803b907b559302c6;hb=5b2bdf8c532aa1b4aa8626f6847938f2ef4ba1be;hp=5fa330703af498fe3c077077ea1d7e193fb64397;hpb=66ffd212bba2b1b09580f878d66dba6c1e713102;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 5fa330703a..00db6fb29d 100644 --- a/input/lsr/printing-music-with-different-time-signatures.ly +++ b/input/lsr/printing-music-with-different-time-signatures.ly @@ -1,6 +1,6 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.46" +\version "2.12.0" \header { lsrtags = "rhythms, percussion" @@ -9,13 +9,13 @@ 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" } % begin verbatim -% Thanks to Adam James Wilson for this snippet \paper { indent = #0 @@ -137,5 +137,8 @@ Perkussion = \new StaffGroup << >> \score { - << \Bassklarinette \Perkussion >> + << + \Bassklarinette + \Perkussion + >> }