lilypond-user
[Top][All Lists]
Advanced

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

Re: How to force tempo markings on single line


From: Pierre Perol-Schneider
Subject: Re: How to force tempo markings on single line
Date: Tue, 3 Nov 2015 08:45:27 +0100

Oops, totally forgot this one!

2015-11-03 8:38 GMT+01:00 Jacques Menu <address@hidden>:
Hello,

Or also:

\score {
  \new Staff {
    \set Score.skipBars = ##t
    \markLengthOn
    \tempo "Allegro con moto" 4 = 120
    R1*8
    \tempo "Adagio sostenuto" 4 = 50
    R1*8
  }
}

JM

Le 3 nov. 2015 à 07:26, Pierre Perol-Schneider <address@hidden> a écrit :

Hi,
How about:

\version "2.18.2"

\score {
  \new Staff {
    \set Score.skipBars = ##t
    \override Score.MetronomeMark.extra-spacing-width = #'(-0.0 . 0.4)
    \override Score.MetronomeMark.extra-spacing-height = #'(-inf.0 . +inf.0)
    \tempo "Allegro con moto" 4 = 120
    R1*8
    \tempo "Adagio sostenuto" 4 = 50
    R1*8
  }
}


Cheers,
Pierre

2015-11-03 0:38 GMT+01:00 H. S. Teoh <address@hidden>:
I'm generating parts from an orchestral score, and am running an issue
where long tempo markings over collapsed multi-measure rests would force
the text to stack up in an ugly way on top of each other. Is there some
way of telling lilypond to prefer stretching the horizontal width of the
bars instead? Almost minimal example:

        \version "2.18.2"
        \score {
                \new Staff {
                        \set Score.skipBars = ##t
                        \tempo "Allegro con moto" 4 = 120
                        R1*8
                        \tempo "Adagio sostenuto" 4 = 50
                        R1*8
                }
        }


T

--
English has the lovely word "defenestrate", meaning "to execute by
throwing someone out a window", or more recently "to remove Windows from
a computer and replace it with something useful". :-) -- John Cowan

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

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



reply via email to

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