]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/printing-music-with-different-time-signatures.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / printing-music-with-different-time-signatures.ly
index 9cc41de5e4e8ebcbd9931956b14cef61f5ff2948..998ecaa99dab344d395edfdbbd00284a647112be 100644 (file)
@@ -1,10 +1,13 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.4"
+\version "2.14.2"
 
 \header {
-  lsrtags = "rhythms, percussion"
+  lsrtags = "really-cool, real-music, percussion, rhythms, contemporary-notation"
 
   texidoc = "
 In the following snippet, two parts have a completely different time
@@ -36,7 +39,6 @@ global = { \time 3/4 { s2.*3 } \bar "" \break { s2.*3 } }
   \context {
     \Score
     \remove "Timing_translator"
-    \remove "Time_signature_engraver"
     \remove "Default_bar_line_engraver"
     \remove "Bar_number_engraver"
     \override SpacingSpanner #'uniform-stretching = ##t
@@ -47,7 +49,6 @@ global = { \time 3/4 { s2.*3 } \bar "" \break { s2.*3 } }
     \Staff
     \consists "Timing_translator"
     \consists "Default_bar_line_engraver"
-    \consists "Time_signature_engraver"
   }
   \context {
     \Voice
@@ -155,4 +156,3 @@ Perkussion = \new StaffGroup <<
     \Perkussion
   >>
 }
-