]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/score-for-diatonic-accordion.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / score-for-diatonic-accordion.ly
index c60c404e6361cdfca5c4c2c63695afd4764cdee5..6babe0a52398731b1f668d38370ce5dfe203873f 100644 (file)
@@ -5,7 +5,7 @@
 %
 % This file is in the public domain.
 %% Note: this file works from version 2.17.11
-\version "2.17.11"
+\version "2.17.20"
 
 \header {
   lsrtags = "template, real-music, specific-notation"
@@ -72,7 +72,7 @@ harmonies = \new ChordNames \chordmode {
   bes1
 }
 
-NoStem = { \override Stem.transparent = ##t \override Flag.transparent = ##t }
+NoStem = { \override Stem.transparent = ##t }
 NoNoteHead = \override NoteHead.transparent = ##t
 ZeroBeam = \override Beam.positions = #'(0 . 0)