lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Accidentals with 'modern' option doesn't work


From: Anna Choma
Subject: Accidentals with 'modern' option doesn't work
Date: Sun, 13 Mar 2005 15:25:03 +0100
User-agent: Debian Thunderbird 1.0 (X11/20050116)

Hi,

I need to use modern style in the accidentals. But it doesn't work. What am I doing wrong? There is no difference to 'default' option. My version is 2.2.6

#(set-global-staff-size 16)
\header { tagline = "" }
Nuty = \notes  {
       \time 4/4
       #(set-accidental-style 'modern)
       d'8\startGroup dis''' gis' cis'''
       \stemDown g'\stopGroup c'''' r4
       d'8 dis''' gis' cis'''
       r g' c'''' r
       d'[\startGroup r dis' \[gis''']
       cis' g'''\] c'\stopGroup r}

\score { \Nuty
         \paper { paperheight = 21.0 \cm
                  linewidth = 134\mm
                  pagenumber = no
                  noindent = 0\mm
                  \context {
\StaffContext \consists "Horizontal_bracket_engraver"}
                  }
                }

Best regards,

Anna Choma




reply via email to

[Prev in Thread] Current Thread [Next in Thread]