]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/heavily-customized-polymetric-time-signatures.ly
Snippets: Replace \set Staff.instrumentName
[lilypond.git] / Documentation / snippets / heavily-customized-polymetric-time-signatures.ly
index 53d7f2120e23736f8c8ca8b677c03e0a287306ee..79bb34efc0cc0bda18dbadc2e0e93c43282c0b82 100644 (file)
@@ -1,10 +1,11 @@
-%% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.di.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.18.0"
+% DO NOT EDIT this file manually; it is automatically
+% generated from Documentation/snippets/new
+% Make any changes in Documentation/snippets/new/
+% and then run scripts/auxiliar/makelsr.py
+%
+% This file is in the public domain.
+%% Note: this file works from version 2.19.56
+\version "2.19.56"
 
 \header {
   lsrtags = "contemporary-notation, percussion, real-music, rhythms"
@@ -19,7 +20,6 @@ is the template of a real Balkan song!).
 } % begin verbatim
 
 melody = \relative c'' {
-  \set Staff.instrumentName = #"Bb Sop."
   \key g \major
   \compoundMeter #'((3 8) (2 8) (2 8) (3 8) (2 8) (2 8)
                     (2 8) (2 8) (3 8) (2 8) (2 8))
@@ -28,13 +28,18 @@ melody = \relative c'' {
   c4. d4 c4 d4. c4 d c2 d4. e4-^ d4 \break
   c4. d4 c4 d4. c4 d c2 d4. e4-^ d4
   c4. d4 c4 d4. c4 d c2 d4. e4-^ d4 \break
-}
+} % begin verbatim
+
 
 drum = \new DrumStaff \drummode {
   \bar ".|:" bd4.^\markup { Drums } sn4 bd \bar ";" sn4.
   bd4 sn \bar ";" bd sn bd4. sn4 bd \bar ":|."
 }
 
+  \new Staff \with {
+    instrumentName = \markup { \concat { "B" \flat " Sop." } }
+  }
+
 {
   \melody
   \drum