lilypond-user
[Top][All Lists]
Advanced

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

problem with slash notation


From: Paul Scott
Subject: problem with slash notation
Date: Mon, 22 Dec 2003 11:50:55 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.5) Gecko/20031107 Debian/1.5-3

I am using the attached code provided by Amelie Zapf.

I get this error
programming error: round filled box vertical extent smaller than blot; 
decreasing blot (Continuing; cross thumbs)
programming error: round filled box vertical extent smaller than blot; 
decreasing blot (Continuing; cross thumbs)
programming error: round filled box vertical extent smaller than blot; 
decreasing blot (Continuing; cross thumbs)
programming error: round filled box vertical extent smaller than blot; 
decreasing blot (Continuing; cross thumbs)
programming error: round filled box vertical extent smaller than blot; 
decreasing blot (Continuing; cross thumbs)
programming error: round filled box vertical extent smaller than blot; 
decreasing blot (Continuing; cross thumbs)
programming error: round filled box vertical extent smaller than blot; 
decreasing blot (Continuing; cross thumbs)
programming error: round filled box vertical extent smaller than blot; 
decreasing blot (Continuing; cross thumbs)

and a short stem on each slash.

Any ideas?

TIA,

Paul Scott


sl = {
          \property Voice.NoteHead \override #'style = #'slash
          \property Voice.Stem \override #'length = #-1
}
nsl = {
         \property Voice.NoteHead \revert #'style
         \property Voice.Stem \revert #'length }

gtr = \notes\relative c'' {
    \sl b4 b b b
}
\score {
<<
    \context Staff = guitar \gtr
>>
}

Attachment: slash.pdf
Description: Adobe PDF document


reply via email to

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