Hello to all.
I want to publish my Ballade for flute and piano with a help of LilyPond (v2.2.4) engraver and I just cannot solve the following bugs in my score. I would appreciate some advice.
1. The extent between staves is too big. Any way I could fix that if I want to use dynamic/pedal markings seperated from the piano staff?
2. The mf in the beginning is too right (it should be right over the first note). But if I remove the themeMarkings context, it becomes aligned correctly.
3. I tried \modernCautionaries and \pianoCautionaries as mentioned in manual, but LilyPond doesn't recognize them (no escape sequence \pianoCautionaries found).
4. Any way I could name myself MatevÅ and not Matevz? (found in utf, latin2 or cp1250)

I attached the preview of the first line which contains mentioned bugs.


Thanks.
- MatevÅ Jekovec

After the flute and piano parts follows:
...

themeMarkings = \notes {
 s2. ^"Andante con moto" s2. s2. s2. s2. s2. s2. s2. s2. s2. s2. s2. s2. s2. s2. s2. s2. s2. s2.
}

pianoPedal = \notes {
ÂÂÂ s2. \sustainDown s2 s8 s8 \sustainUp
}

pianoDynamics = \notes {
ÂÂÂ s8 \mf s8 s2 s2. s2. s2. s2. s2. s2. s2. s2. s2. s2. s2. s2. s2. s2. s2. s2. s2. s2. s2. s2.
}

\score {
ÂÂÂ \simultaneous {
ÂÂÂÂÂÂÂ \set Score.skipBars = ##t
ÂÂÂÂÂÂÂ \set Score.melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy)
ÂÂÂÂÂÂÂ
ÂÂÂ ÂÂÂ \context Staff = flute
ÂÂÂ ÂÂÂ <<
ÂÂÂÂÂÂÂÂÂÂÂ \set Staff.instrument = "Flute "
ÂÂÂÂÂÂÂÂÂÂÂ \flute
ÂÂÂÂÂÂÂ >>

ÂÂÂÂÂÂÂ \context Dynamics = themeMarkings \themeMarkings

ÂÂÂÂÂÂÂ \context PianoStaff
ÂÂÂÂÂÂÂÂ <<
ÂÂÂÂÂÂÂÂÂÂÂ \context Staff = pianor
ÂÂÂÂÂÂÂÂÂÂÂ <<
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ \context Voice=pianorVoiceOne \pianorVoiceOne
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ \context Voice=pianorVoiceTwo \pianorVoiceTwo
ÂÂÂÂÂÂÂÂÂÂÂ >>

ÂÂÂÂÂÂÂÂÂÂÂ \context Dynamics = dynamics \pianoDynamics

ÂÂÂÂÂÂÂÂÂÂÂ \context Staff = pianol
ÂÂÂÂÂÂÂÂÂÂÂ <<
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ \context Voice=pianolVoiceOne \pianolVoiceOne
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ \context Voice=pianolVoiceTwo \pianolVoiceTwo
ÂÂÂÂÂÂÂÂÂÂÂ >>

ÂÂÂÂÂÂÂÂÂÂÂ \context Dynamics = pianoPedal \pianoPedal
ÂÂÂÂÂÂÂ >>
ÂÂÂ }

ÂÂÂ \paper {
ÂÂÂÂÂÂÂ linewidth = 170.000 \mm
ÂÂÂÂÂÂÂ textheight = 250.000 \mm

ÂÂÂÂÂÂÂ \context {
ÂÂÂÂÂÂÂÂÂÂÂ \type "Engraver_group_engraver"
ÂÂÂÂÂÂÂÂÂÂÂ \name Dynamics
ÂÂÂÂÂÂÂÂÂÂÂ \consists "Output_property_engraver"

ÂÂÂÂÂÂÂÂÂÂÂ \consists "Piano_pedal_engraver"
ÂÂÂÂÂÂÂÂÂÂÂ \consists "Script_engraver"
ÂÂÂÂÂÂÂÂÂÂÂ \consists "Dynamic_engraver"
ÂÂÂÂÂÂÂÂÂÂÂ \consists "Text_engraver"

ÂÂÂÂÂÂÂÂÂÂÂ \override TextScript #'font-size = #2
ÂÂÂÂÂÂÂÂÂÂÂ \override TextScript #'font-shape = #'italic

ÂÂÂÂÂÂÂÂÂÂÂ \consists "Skip_event_swallow_translator"

ÂÂÂÂÂÂÂÂÂÂÂ \consistsend "Axis_group_engraver"
ÂÂÂÂÂÂÂ }
ÂÂÂÂÂÂÂ \context {
ÂÂÂÂÂÂÂÂÂÂÂ \PianoStaffContext
ÂÂÂÂÂÂÂÂÂÂÂ \accepts Dynamics
ÂÂÂÂÂÂÂ }

ÂÂÂÂÂÂÂ \context { \RemoveEmptyStaffContext }
ÂÂÂ }
}

<<inline: balada.preview.png>>

_______________________________________________
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to