]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/score-for-diatonic-accordion.ly
Fixes all once-Stem-now-Flag properties in the docs.
[lilypond.git] / Documentation / snippets / score-for-diatonic-accordion.ly
index cc11068dcc7cf159a8e372b856619721c85a3725..57a28c287571700c5ad1c64919b945d3c341bbc5 100644 (file)
@@ -1,10 +1,11 @@
-%% 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.14.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.15.15
+\version "2.15.15"
 
 \header {
   lsrtags = "template"
@@ -60,7 +61,8 @@ editor.
   doctitle = "Score for diatonic accordion"
 } % begin verbatim
 
-verse = \lyricmode { Wie gross bist du! Wie gross bist du! }
+verse = \lyricmode { Wie gross bist du! Wie gross bist du! } % begin verbatim
+
 
 harmonies = \new ChordNames \chordmode {
   \germanChords
@@ -70,7 +72,7 @@ harmonies = \new ChordNames \chordmode {
   bes1
 }
 
-NoStem = \override Stem #'transparent = ##t
+NoStem = { \override Stem #'transparent = ##t \override Flag #'transparent = ##t }
 NoNoteHead = \override NoteHead #'transparent = ##t
 ZeroBeam = \override Beam  #'positions = #'(0 . 0)