lilypond-user
[Top][All Lists]
Advanced

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

TabStaff arpeggio problem when first thing on line


From: banjo bits
Subject: TabStaff arpeggio problem when first thing on line
Date: Fri, 5 Feb 2016 08:08:21 -0500


When an arpeggio is the first thing on a line, it doesn't push over and overwrites the first bar line. When the same arpeggio is in the middle of the page it does push over and formats correctly.

Is this a bug or am I doing something wrong here? Is there a work around? 

Thanks for your help.


\version "2.19.22"

\header { title = "Arpeggio Test" }


MUSIC = { 
  \arpeggioArrowUp <g b d'>2\arpeggio  \arpeggioArrowUp <g b d'>2\arpeggio | 
  \arpeggioArrowUp <g b d'>2\arpeggio  \arpeggioArrowUp <g b d'>2\arpeggio | 
  \arpeggioArrowUp <g b d'>2\arpeggio  \arpeggioArrowUp <g b d'>2\arpeggio | 
  \arpeggioArrowUp <g b d'>2\arpeggio  \arpeggioArrowUp <g b d'>2\arpeggio | 
  \arpeggioArrowUp <g b d'>2\arpeggio  \arpeggioArrowUp <g b d'>2\arpeggio | 
}

\score
{
  \new TabStaff \with { \omit StringNumber }
  {
    \tabFullNotation
    \numericTimeSignature
    \set TabStaff.tablatureFormat = #fret-number-tablature-format-banjo
    \set TabStaff.stringTunings = #banjo-open-g-tuning

    \set Score.proportionalNotationDuration = #(ly:make-moment 1/16)
    \override Score.SystemStartBar.collapse-height = #4
  \override TabStaff.Clef #'stencil = ##f
    \numericTimeSignature

    \new TabVoice
    {
      \voiceOne
      \stemDown     
   \MUSIC
    }
  }
}
 

reply via email to

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