lilypond-user
[Top][All Lists]
Advanced

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

Re: lilypond-user Digest, Vol 58, Issue 71


From: Adam James Wilson
Subject: Re: lilypond-user Digest, Vol 58, Issue 71
Date: Tue, 18 Sep 2007 21:09:53 -0700

woops - I mean *9* bars in the space of the other 4 . . .

On 9/18/07, address@hidden <address@hidden> wrote:
> Send lilypond-user mailing list submissions to
>         address@hidden
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.gnu.org/mailman/listinfo/lilypond-user
> or, via email, send a message with subject or body 'help' to
>         address@hidden
>
> You can reach the person managing the list at
>         address@hidden
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of lilypond-user digest..."
>
>
> Today's Topics:
>
>    1. \breathe X-offset (Trevor Daniels)
>    2. help with stopStaff (Neil Thornock)
>    3. Re:help with stopStaff (Neil Thornock)
>    4. Re:partial SpanBar possible? (Joe Neeman)
>    5. Re:partial SpanBar possible? (Adam James Wilson)
>    6. Re:help with stopStaff (Valentin Villenave)
>    7. extra set of rehearsal marks (Ruth Roland)
>    8. Re:partial SpanBar possible? ( Trevor Ba?a )
>    9. Metronome ticks (Johan Vromans)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 17 Sep 2007 19:00:44 +0100
> From: "Trevor Daniels" <address@hidden>
> Subject: \breathe X-offset
> To: <address@hidden>
> Message-ID: <address@hidden>
> Content-Type: text/plain;       charset="iso-8859-1"
>
>
> Hi
>
> I'm having some difficulty adjusting the X position of a
> breathing sign using X-offset.  According to the program
> reference the BreathingSign obeys the grob-interface, and
> indeed Y-offset works fine.  But if I replace Y-offset with
> X-offset in the code below it seems to have no effect.  Is
> this a known bug or is there some other reason why this
> fails?
>
> Trevor (D)
>
> \version "2.10.20"
> {
>  \relative b' {
>   b2.
>   \once \override BreathingSign #'X-offset = #-5
>   %\once \override BreathingSign #'Y-offset = #-5
>   \breathe
>   b4
>  }
> }
>
>
>
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 17 Sep 2007 14:20:05 -0600
> From: "Neil Thornock" <address@hidden>
> Subject: help with stopStaff
> To: address@hidden
> Message-ID:
>         <address@hidden>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hello folks,
>
> Is there a way to achieve the effect of \stopStaff without eliminating the
> brace at the beginning of the following (PianoStaff) system?  I'd like to
> eliminate only the staff lines, nothing else.
>
> Any hints?
>
> Thanks.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> http://lists.gnu.org/pipermail/lilypond-user/attachments/20070917/53091490/attachment.html
>
> ------------------------------
>
> Message: 3
> Date: Mon, 17 Sep 2007 14:57:20 -0600
> From: "Neil Thornock" <address@hidden>
> Subject: Re: help with stopStaff
> To: address@hidden
> Message-ID:
>         <address@hidden>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Nevermind, just figured it out (actually did it before, just didn't
> remember):
>
> \override Staff.StaffSymbol #'transparent = ##t
> \stopStaff \startStaff
>
> and then reverting, in case anybody was wondering.
>
> On 9/17/07, Neil Thornock <address@hidden> wrote:
> >
> > Hello folks,
> >
> > Is there a way to achieve the effect of \stopStaff without eliminating the
> > brace at the beginning of the following (PianoStaff) system?  I'd like to
> > eliminate only the staff lines, nothing else.
> >
> > Any hints?
> >
> > Thanks.
>
>
>
>
> --
> Neil Thornock, D.M.
> Visiting Assistant Professor of Music
> Theory/Composition
> Brigham Young University
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> http://lists.gnu.org/pipermail/lilypond-user/attachments/20070917/f942d4ce/attachment.html
>
> ------------------------------
>
> Message: 4
> Date: Tue, 18 Sep 2007 07:09:18 +1000
> From: Joe Neeman <address@hidden>
> Subject: Re: partial SpanBar possible?
> To: address@hidden
> Cc: Adam James Wilson <address@hidden>
> Message-ID: <address@hidden>
> Content-Type: text/plain;  charset="iso-8859-1"
>
> On Wed, 5 Sep 2007 16:44:22 Adam James Wilson wrote:
> > I have a StaffGroup that contains four staves.  Most of the time, I
> > want a SpanBar to pass through all four staves.  However, there are
> > some points at which I'd like the SpanBar to connect only the bottom
> > three staves, or the middle two staves.
>
> In 2.11.33, you will be able to set Staff.BarLine #'allow-span-bar = ##f and
> it will disable the SpanBar below that BarLine.
>
> Joe
>
>
>
>
> ------------------------------
>
> Message: 5
> Date: Mon, 17 Sep 2007 14:13:47 -0700
> From: "Adam James Wilson" <address@hidden>
> Subject: Re: partial SpanBar possible?
> To: "Joe Neeman" <address@hidden>
> Cc: address@hidden
> Message-ID:
>         <address@hidden>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Wow Joe, thanks!  This kicks ass!  I can now remove all the whiteout
> blocks I've inserted throughout my score!
>
> Best,
> Adam
>
> On 9/17/07, Joe Neeman <address@hidden> wrote:
> > On Wed, 5 Sep 2007 16:44:22 Adam James Wilson wrote:
> > > I have a StaffGroup that contains four staves.  Most of the time, I
> > > want a SpanBar to pass through all four staves.  However, there are
> > > some points at which I'd like the SpanBar to connect only the bottom
> > > three staves, or the middle two staves.
> >
> > In 2.11.33, you will be able to set Staff.BarLine #'allow-span-bar = ##f and
> > it will disable the SpanBar below that BarLine.
> >
> > Joe
> >
>
>
>
>
> ------------------------------
>
> Message: 6
> Date: Mon, 17 Sep 2007 22:19:33 +0100
> From: "Valentin Villenave" <address@hidden>
> Subject: Re: help with stopStaff
> To: "Neil Thornock" <address@hidden>
> Cc: address@hidden
> Message-ID:
>         <address@hidden>
> Content-Type: text/plain; charset=ISO-8859-1
>
> 2007/9/17, Neil Thornock <address@hidden>:
> > Nevermind, just figured it out (actually did it before, just didn't
> > remember):
> >
> > \override Staff.StaffSymbol #'transparent = ##t
> > \stopStaff \startStaff
> >
> > and then reverting, in case anybody was wondering.
>
> ...In case anybody was or would ever be wondering, would you mind
> adding a snippet to the LSR?
> http://lsr.dsi.unimi.it/
> It makes finding such answers a *lot* easier for everyone, and
> provides great examples for future versions of the manual.
>
> Thanks,
> Valentin
>
>
>
>
> ------------------------------
>
> Message: 7
> Date: Mon, 17 Sep 2007 21:31:32 +0000 (UTC)
> From: Ruth Roland <address@hidden>
> Subject: extra set of rehearsal marks
> To: address@hidden
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset=us-ascii
>
> I recently switched to Lilypond 2.11.28-1
> and now everything I typeset ends up with
> an extra set of rehearsal marks.  For instance,
> if I ask for circled barnumbers, then whenever
> I put "\mark \default" I end up with two circled
> barnumbers, one above the other.
>
> What might be the problem?
>
> Thanks,
> Ruth
>
>
>
>
>
> ------------------------------
>
> Message: 8
> Date: Mon, 17 Sep 2007 22:42:33 -0700
> From: " Trevor Ba?a " <address@hidden>
> Subject: Re: partial SpanBar possible?
> To: "Adam James Wilson" <address@hidden>
> Cc: address@hidden
> Message-ID:
>         <address@hidden>
> Content-Type: text/plain; charset=UTF-8
>
> Wow, that is, indeed, very very cool.
>
> Thanks, Joe.
>
> :-)
>
> Trevor.
>
>
> On 9/17/07, Adam James Wilson <address@hidden> wrote:
> > Wow Joe, thanks!  This kicks ass!  I can now remove all the whiteout
> > blocks I've inserted throughout my score!
> >
> > Best,
> > Adam
> >
> > On 9/17/07, Joe Neeman <address@hidden> wrote:
> > > On Wed, 5 Sep 2007 16:44:22 Adam James Wilson wrote:
> > > > I have a StaffGroup that contains four staves.  Most of the time, I
> > > > want a SpanBar to pass through all four staves.  However, there are
> > > > some points at which I'd like the SpanBar to connect only the bottom
> > > > three staves, or the middle two staves.
> > >
> > > In 2.11.33, you will be able to set Staff.BarLine #'allow-span-bar = ##f 
> > > and
> > > it will disable the SpanBar below that BarLine.
> > >
> > > Joe
> > >
> >
> >
> > _______________________________________________
> > lilypond-user mailing list
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/lilypond-user
> >
>
>
> --
> Trevor Bača
> address@hidden
>
> ------------------------------
>
> Message: 9
> Date: Tue, 18 Sep 2007 10:06:52 +0200
> From: Johan Vromans <address@hidden>
> Subject: Metronome ticks
> To: address@hidden
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset=us-ascii
>
> Hi,
>
> I'd like to provide metronome ticks to a Lilypond generated MIDI.
>
> I could add an additional, non-printing (percussion) voice, but maybe
> there's a simpler solution?
>
> -- Johan
>
>
>
>
> ------------------------------
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
> End of lilypond-user Digest, Vol 58, Issue 71
> *********************************************
>

reply via email to

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