X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftest%2Fcautionaries.ly;h=d5d690001a044284677f2454e298af28ac81d362;hb=114c05e7b0e992de7dbdd0958d23eb8d2ab1eaae;hp=f67ee545899b3ce95faa4b3ec31a5b3ace7a61ee;hpb=95e7eaeeffd28d3a32b3e32578e257197248456b;p=lilypond.git diff --git a/input/test/cautionaries.ly b/input/test/cautionaries.ly index f67ee54589..d5d690001a 100644 --- a/input/test/cautionaries.ly +++ b/input/test/cautionaries.ly @@ -1,15 +1,20 @@ -\version "1.5.68" - -\score { \notes \context Staff \transpose c''' { +\version "2.1.7" +\header{ + texidoc="@cindex Cautionary Accidentals +LilyPond can display cautionary accidentals in different ways. +" } +\score { \notes \context Staff \transpose c c'' { \key d \major - \property Staff.autoReminders = #'cautionary - \property Staff.Accidentals \override #'font-relative-size = #0 - cis2 d - \property Staff.Accidentals \override #'cautionary-size = #-1 - cis2 d - \property Staff.Accidentals \override #'paren-cautionaries = ##f - cis2 d +% \property Staff.autoReminders = #'cautionary + \property Staff.Accidental \override #'font-size = #0 + 1 cis?2 d? + \property Staff.Accidental \override #'cautionary-style = #'smaller + 1 cis?2 d? + \property Staff.Accidental \override #'cautionary-style = #'parentheses + 1 cis?2 d? } +\paper{raggedright = ##t} } +