Hi Ming, Hi Simon,

2015-02-16 15:55 GMT+01:00 MING TSANG <[email protected]>:


> (1) I am transcribe a score that it count the \partial 4 measure as bar
> #1. How to achieve this.
>

This will also do the job:

\version "2.18.2"

{
  \time 4/4
  \set Timing.measureLength = #(ly:make-moment 1/8)
  | % mes 1
     s8
  \unset Timing.measureLength
  | % mes 2
     s1
  | % mes 3
     s
  \break
  | % mes 4
     s
  | % mes 5
     s
}

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

Reply via email to