lilypond-user
[Top][All Lists]
Advanced

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

X-offset for breath marks


From: Rachel Green
Subject: X-offset for breath marks
Date: Thu, 20 Jan 2022 20:04:09 +0000

Hi,

I am trying to adjust the placement of the first breath mark in this excerpt. The Y-offset command is working as expected, but the X-offset does nothing. I also tried \tweak as mentioned in https://lilypond.org/doc/v2.22/Documentation/notation/the-offset-command. Is there a separate command for the x-axis?


Best,
Rachel






\version "2.20.0"

\language "english"
#(set-global-staff-size 20)


VarOneTreble = \relative c'
  {
  <<
  {
  R1
  }
  \\
  \relative c''
  {
  b8_2 a_3 b4_1
\offset Y-offset -2
\offset X-offset -2
\breathe d,_4 \breathe d'_2 \breathe | 
}
>>
  }

 VarOneBass = \relative c
  {
  \clef bass
    R1
  }

\score {
  \new GrandStaff
  <<
  \new Staff = "treble" { \VarOneTreble }
\new Staff = "bass" { \VarOneBass }
  >>
}




Attachment: IMG_0962.heic
Description: IMG_0962.heic


reply via email to

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