X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fincluded%2Fnote-head-style.ly;fp=Documentation%2Fincluded%2Fnote-head-style.ly;h=cd3be7399419ba14f726d39a8101f8628f5fbec3;hb=32a34dcef0c0041c6d62677487a380b5c8b85712;hp=471b79d9ee20d144c445e7a24a1f47c33bc7e616;hpb=f41973ff763d5972a85995b6d40c864281ec6714;p=lilypond.git diff --git a/Documentation/included/note-head-style.ly b/Documentation/included/note-head-style.ly index 471b79d9ee..cd3be73994 100644 --- a/Documentation/included/note-head-style.ly +++ b/Documentation/included/note-head-style.ly @@ -1,29 +1,35 @@ -\version "2.14.0" -\header{ +\version "2.16.0" + +\header { texidoc=" -Note head shapes may be set from several choices. -The stem endings should be adjusted according to the note head. +Note head shapes may be set from several choices. +The stem endings should be adjusted according to the note head. If you want different note head styles on one stem, you must create a special context. Harmonic notes have a different shape and different -dimensions. +dimensions. " } \layout { indent = 0.0 ragged-right = ##t + + \context { + \Score + \remove "Bar_number_engraver" + } } pattern = << \new Voice { - \override Stem #'direction = #UP - e'4 e'2. e'1 e'\breve*1/2 e'\longa*1/4 + \override Stem #'direction = #UP + e'4 e'2. e'1 e'\breve*1/2 e'\longa*1/4 \bar "||" } \new Voice { - \override Stem #'direction = #DOWN - a4 a2. a1 a\breve*1/2 a\longa*1/4 + \override Stem #'direction = #DOWN + a4 a2. a1 a\breve*1/2 a\longa*1/4 \bar "||" } >> @@ -99,6 +105,3 @@ pattern = << s1*0^\markup { "slash" } \pattern } - - -