X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fnew%2Falternative-breve-note.ly;fp=Documentation%2Fsnippets%2Fnew%2Falternative-breve-note.ly;h=0000000000000000000000000000000000000000;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=0534ef1b47074fce0ca3166ca251e5e59f0816ee;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/Documentation/snippets/new/alternative-breve-note.ly b/Documentation/snippets/new/alternative-breve-note.ly deleted file mode 100644 index 0534ef1b47..0000000000 --- a/Documentation/snippets/new/alternative-breve-note.ly +++ /dev/null @@ -1,13 +0,0 @@ -\version "2.14.0" -\header { - lsrtags = "rhythms,expressive-marks" - texidoc = "This code demonstrates how to use the alternative breve note -with two vertical lines on each side of the notehead instead of one line." - doctitle = "Alternative breve notehead with double vertical lines" -} - -\relative c'' { - \time 4/2 - \override Staff.NoteHead #'style = #'altdefault - c\breve | b\breve -}