lilypond-user
[Top][All Lists]
Advanced

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

Re: Two questions


From: ghe
Subject: Re: Two questions
Date: Wed, 1 May 2013 12:50:33 +0200 (CEST)
User-agent: Alpine 2.02 (DEB 1266 2009-07-14)




\relative c'
{
  \repeat unfold 32 { c4 g'8 g } \bar "|"
  \repeat unfold 32 { c4 g'8 g } \bar "|."
}

\layout {
  \set Score.defaultBarType = #""
}

You should also choose your \accidentalStyle judiciously.


You mean, put "#(set-accidental-style 'voice)"?

No. The default accidental styles forget accidentals at the end of each bar. But since your estimated reader does not get to _see_ the end of each bar, that's not a good accidental style to use here.


Ah, I see, you are correct. So I should use "#(set-accidental-style 'forget)", am I right?

Is it possible to put this in the \layout section? I tried \context { \Score accidentalStyle = #'forget }, but LilyPond complains: "warning: cannot find property type-check for `accidentalStyle' (translation-type?). perhaps a typing error?".



reply via email to

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