lilypond-user
[Top][All Lists]
Advanced

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

Re: One-time ragged-right?


From: Stewart Holmes
Subject: Re: One-time ragged-right?
Date: Mon, 29 May 2006 23:55:35 +0100

Fantastic, just the trick. Thanks.

----- Original Message ----- From: <address@hidden>
To: <address@hidden>
Sent: Monday, May 29, 2006 11:34 PM
Subject: One-time ragged-right?


Hi,

you can try this:
By using the commands \stopStaff and \startStaff you can determine where your staff stops and starts. You could also work with transpartent notes instead of skips used bellow. Afterwards the bar numbers are corrected by \set Score.currentBarNumber = #X.
(Used Version 2.8.2 on Windows system)

Let's have fun
Stefan @Munich



\new Staff \relative c' {

c4 d e f g a b c
c, d e f g a b c

\stopStaff
  s1 s1 s1 s1 s1
  \bar ""
  \break
\startStaff

\set Score.currentBarNumber = #5

c,4 d e f g a b c
c, d e f g a b c
c, d e f g a b c

}






reply via email to

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