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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to