X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Falternative-breve-note.ly;h=db790153579531ce159097fb409051547424a0e8;hb=13da8b27aabc5d5a752d00ed1e2b99ad20f0f264;hp=75012ba33d73b9330f71190c48821c7a4409727e;hpb=516cae503bc2b55e95604b0c0f681a6ccddcfab2;p=lilypond.git diff --git a/Documentation/snippets/alternative-breve-note.ly b/Documentation/snippets/alternative-breve-note.ly index 75012ba33d..db79015357 100644 --- a/Documentation/snippets/alternative-breve-note.ly +++ b/Documentation/snippets/alternative-breve-note.ly @@ -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 }