]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/alternative-breve-note.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / alternative-breve-note.ly
index 75012ba33d73b9330f71190c48821c7a4409727e..db790153579531ce159097fb409051547424a0e8 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   lsrtags = "expressive-marks, rhythms"
@@ -20,8 +20,8 @@ vertical lines on each side of the notehead instead of one line.
 \relative c'' {
   \time 4/2
   c\breve |
-  \override Staff.NoteHead #'style = #'altdefault
+  \override Staff.NoteHead.style = #'altdefault
   b\breve
-  \revert Staff.NoteHead #'style
+  \revert Staff.NoteHead.style
   a\breve
 }