lilypond-user
[Top][All Lists]
Advanced

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

Re: Mark placement problem


From: Pierre Perol-Schneider
Subject: Re: Mark placement problem
Date: Wed, 6 Nov 2019 10:11:20 +0100

Hi Jacques,
No it does not.
Maybe:

{
  \time 4/4
  \compressFullBarRests

  R1*3 |

  \tempo "Easy jazz Walz (Swing)"
  \tweak self-alignment-X #LEFT
  \mark "IV. SUN AND SNOW"
  \numericTimeSignature \time 3/4

  R2.*10  \bar "||" |
}

is what you're looking for?
Cheers,
Pierre


Le mer. 6 nov. 2019 à 10:07, Jacques Menu <address@hidden> a écrit :
Hello folks,

Why does the mark appear upon the first measure instead of the fourth in this example?

\version "2.19.83"

{
  \time 4/4
  \compressFullBarRests

  R1*3 | 

  \tempo "Easy jazz Walz (Swing)"
  \mark "IV. SUN AND SNOW"
  \numericTimeSignature \time 3/4

  R2.*10  \bar "||" |
}

Thanks for your help!

JM


reply via email to

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