Yes, this fixes the problem! By adding \layout {} inside my \score next to
\midi I now get both outputs. Thank you.
From: William Rehwinkel
Sent: Sunday, May 12, 2024 9:22 PM
To: Peter Baughman; lilypond-user@gnu.org
Subject: Re: Can I output PNG and midi from
Thank you all ... I learned a lot fromt your answers Now I just have to
implement a solution.
Greetings
Morten
Lukas-Fabian Moser skrev den 2024-05-11 16:32:
Here’s one approach:
%%% SNIPPET BEGINS
\version "2.25.11"
esp = \markup \lower #1 \scale #'(1.375 . 1) \musicglyph
#"scripts.espr"
Yes indeed. The 'structure' literally mirrors the structure of the
entire piece and thus takes the entire length of the piece. Think of
even adding (rehearsal) marks, section / section labels or breaks to the
structure.
S.
On 13.05.2024 12:22, Raphael Mankin wrote:
Thank you, that is a neat tri
Thank you, that is a neat trick, but when there are, for instance, tempo
changes in the middle I presume I have to have lots of spacer rests in
'structure'.
On 13/05/2024 10:04, fremoin via LilyPond user discussion wrote:
Hello,
%%%
\version "2.25.15"
structure = { \tempo 4=42 }
high = {e'
Hello,
%%%
\version "2.25.15"
structure = { \tempo 4=42 }
high = {e''1}
low = {a'1}
\score {
\header { piece = "Score" }
<<
\new Devnull \structure
\new StaffGroup <<
\new Staff \high
\new Staff \low
>>
>>
}
\score {
\header { piece = "Part Hig
When one writes a score various annotations, e.g. tempo changes, are
attached only to the top staff. When one generates separate parts one
want those annotations on every part.
If I attach the annotations to every part the parts are correct, but I
get warnings in the full score but the appeara