Am 09.07.2013 18:01, schrieb Urs Liska:

Urs

I now tried it the other way and am quite confused:
I managed to get everything lined up neatly, but I don't know where all those additional barlines come from (and don't get rid of them).
If I set Timing.defaultBarType = ""

the barlines are right, but the system isn't justified to line-width anymore ...

Any help welcome.
Urs


I narrowed it down a bit:
The attached score works as it should, but when I move Timing_translator from Score to DrumStaff it seems to add a bar after each beat.

I find that strange...

Urs



_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

\version "2.17.18"

\paper {
  indent = 0
}

pattern = { 
  c2[ r r c] r r r |
  c2[ r r c r r c] |
  c2[ r r c r c] r |
  c2[ r r c r c c] 
}

I =  {
  \time 7/2
  \pattern
}



\layout {
  \context {
    \Score
    %\remove Timing_translator
  }
  \context {
    \DrumStaff
      %\consists Timing_translator
      \override StaffSymbol #'line-count = #1
  }
  
}

\score {
  <<
    \new DrumStaff \drummode { \I }
  >>
  \layout { }
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to