lilypond-user
[Top][All Lists]
Advanced

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

Multimeasure rest log errors


From: Guy Stalnaker
Subject: Multimeasure rest log errors
Date: Wed, 03 Dec 2014 15:55:30 -0600
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

All,

I'm seeing this in the lilypond output log:

<quote>
Processing `C:/Users/jstalnak/Dropbox/Documents/Compositions/LordsPrayerDuet/LordsPrayerDuet.ly'
Parsing...
Interpreting music...[8][16][24]
Preprocessing graphical objects...
programming error: Object is not a markup.
continuing, cross fingers
programming error: Object is not a markup.
continuing, cross fingers
programming error: Object is not a markup.
continuing, cross fingers
Interpreting music...
MIDI output to `LordsPrayerDuet.mid'...
Finding the ideal number of pages...
Fitting music on 2 or 3 pages...
Drawing systems...
warning: MultiMeasureRestText has empty extent and non-empty stencil.
warning: MultiMeasureRestText has empty extent and non-empty stencil.
warning: MultiMeasureRestText has empty extent and non-empty stencil.
Layout output to `LordsPrayerDuet.ps'...
Converting to `./LordsPrayerDuet.pdf'...
This object should be a markup: ()
This object should be a markup: ()
This object should be a markup: ()
Success: compilation successfully completed
</quote>

The warning makes me think this is related to some multimeasure rests I'm using, but danged if I can figure out why the warnings, etc. Score looks perfect, of course :-) Verbose logging does not provide enough specificity to identify what lines in the code the warnings, etc. refer to. This may be it, but looks fine to me (makes no difference, btw, if I use R2. or R1*6/8--same log output):

<code>
baritoneVoice = {
  R1*6/8 |
  R1*6/8 | \time 9/8
  R1*9/8 | \time 6/8
  r4. af4. | \time 9/8
  bf af c'8 bf af |
...
  af2. ~ |
  af4. r4. | \time 9/8
  R1*9/8 | \time 6/8
  R1*6/8 \fermata \bar "|."
}
</code>

Any ideas?

Thanks.

--
“Happiness is the meaning and the purpose of life, the whole aim and end of human existence.”
― Aristotle



reply via email to

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