X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fprinting-music-with-different-time-signatures.ly;h=81bffe1aa4133c38ff00d58d179fe7148959aee1;hb=38d7d319eabc906e82fb42002678c6d42a23b6f7;hp=65c27418837877120b2c38a42e0c49524bc5c4b9;hpb=3c7ab675209eca04ea26239cd7eae0d6d818f3e4;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 65c2741883..81bffe1aa4 100644 --- a/input/lsr/printing-music-with-different-time-signatures.ly +++ b/input/lsr/printing-music-with-different-time-signatures.ly @@ -1,17 +1,21 @@ %% 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.38" +\version "2.13.0" \header { lsrtags = "rhythms, percussion" - texidoc = " + + texidoc = " In the following snippet, two parts have a completely different time -signature, yet remain synchronized. The barlines can't be printed at -the @code{Score} level anymore, so you have to remove the -@code{Barline_engraver} and put it in the @code{Staff} context. -" } -% begin verbatim -% Thanks to Adam James Wilson for this snippet +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{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 \paper { indent = #0 @@ -133,5 +137,8 @@ Perkussion = \new StaffGroup << >> \score { - << \Bassklarinette \Perkussion >> + << + \Bassklarinette + \Perkussion + >> }