lilypond-user
[Top][All Lists]
Advanced

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

NoteColumn.force-hshift doesn't work on 2nd beat but works on others?


From: steve
Subject: NoteColumn.force-hshift doesn't work on 2nd beat but works on others??
Date: Thu, 26 Mar 2015 16:24:51 -0400
User-agent: SquirrelMail/1.4.19

      Howdy!


        For some reason this doesn't work as expected.

    \once \override NoteColumn.force-hshift

    works fine in voiceTwo on beats 1 and 3 but not on beat  2?
  I need more space around the rest.....

http://www.gooeytar.com/projects/test/test.ly
http://www.gooeytar.com/projects/test/test.pdf

      ideas?  - steve

\version "2.18.2"

voiceone = \relative c' {
\voiceOne
    \clef "G_8"
    \time 4/4
    \key c \major
    s4
    \once \override Rest #'extra-offset = #'(1.6 . 0.6 )
    g16\rest g8.^~ g2 |
}

voicetwo = \relative c' {
\voiceTwo
%    \once \override NoteColumn.force-hshift = #-1.0 % works
    \stemUp
    g4
    \stemDown
    \once \override NoteColumn.force-hshift = #-1.0 % doesn't work
    g8 fis~
%    g4
  % \once \override NoteColumn.force-hshift = #1.0 % works
    fis2 |
}

voicethree = \relative c' {
\voiceThree
}

voicefour = \relative c {
\voiceFour
    c1
}

guitar = << \voiceone \\ \voicetwo \\ \voicethree \\ \voicefour >>

\score { \new Staff \guitar }





reply via email to

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