lilypond-user
[Top][All Lists]
Advanced

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

Re: Rests with Stems


From: address@hidden
Subject: Re: Rests with Stems
Date: Wed, 16 Oct 2013 08:29:44 -0400 (EDT)

Just a quick thank you!  i went online, this morning, to solve this very problem.
Thanks, again!

bill

On October 15, 2013 at 9:50 AM address@hidden wrote:
> Send lilypond-user mailing list submissions to
> address@hidden
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://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. Re:Stem transparency - possible bug. (Pierre Perol-Schneider)
> 2. Re:Stem transparency - possible bug. (Gilberto Agostinho)
> 3. Re:Stem transparency - possible bug. (Pierre Perol-Schneider)
> 4. Descant (Emil Salim)
> 5. Re:Stand alone guitar chord/scale diagrams (Carl Sorensen)
> 6. "Floating" markup (EdBeesley)
> 7. Rests with stem (Gilberto Agostinho)
> 8. Re:Rests with stem (Simon Bailey)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 14 Oct 2013 21:56:00 +0200
> From: Pierre Perol-Schneider <address@hidden>
> To: lilypond-user <address@hidden>
> Subject: Re: Stem transparency - possible bug.
> Message-ID:
> <address@hidden>
> Content-Type: text/plain; charset="utf-8"
>
> Sorry folks, it's OK.
> I'm just a little bit tired tonight.
> Sorry for disturbing
>
>
> 2013/10/14 Pierre Perol-Schneider <address@hidden>
>
> > Dear LilyList,
> >
> > I'm trying to produce a code where I need stems to be transparent.
> > Problem is : \override Stem.transparent = ##t makes flags and beams
> > disapeared.
> > Is it a bug ?
> > If no, how do I get stems to be transparent and let beams and flags
> > visible ?
> >
> > ex :
> >
> > \version "2.17.28"
> >
> > \relative c'
> >
> > {
> >
> > \override Stem.transparent = ##t
> >
> > %\override Stem.stencil = ##f
> >
> > f16 f f f f
> >
> > }
> >
> >
> > Cheers,
> >
> > Pierre
> >
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.gnu.org/archive/html/lilypond-user/attachments/20131014/ce0936a7/attachment.html>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 14 Oct 2013 13:11:11 -0700 (PDT)
> From: Gilberto Agostinho <address@hidden>
> To: address@hidden
> Subject: Re: Stem transparency - possible bug.
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset=us-ascii
>
> So did you solve your problem? If not, have a look on the following code
> below:
>
> \version "2.17.28"
> \relative c' {
> \override Stem.transparent = ##t
> \override Flag.transparent = ##f
> \override Beam.transparent = ##f
> f16 f f f \autoBeamOff f16 f f f
> }
>
> By what I understand, making the Stem transparent also changes the Flag and
> the Beam, so you need to manually set their transparency to ##f
>
> Regards,
> Gilberto
>
>
>
> --
> View this message in context: http://lilypond.1069038.n5.nabble.com/Stem-transparency-possible-bug-tp152315p152317.html
> Sent from the User mailing list archive at Nabble.com.
>
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 14 Oct 2013 22:29:09 +0200
> From: Pierre Perol-Schneider <address@hidden>
> To: Gilberto Agostinho <address@hidden>
> Cc: lilypond-user <address@hidden>
> Subject: Re: Stem transparency - possible bug.
> Message-ID:
> <address@hidden>
> Content-Type: text/plain; charset="utf-8"
>
> Yep, exactly what I did.
> Thanks though, Gilberto.
>
>
> 2013/10/14 Gilberto Agostinho <address@hidden>
>
> > So did you solve your problem? If not, have a look on the following code
> > below:
> >
> > \version "2.17.28"
> > \relative c' {
> > \override Stem.transparent = ##t
> > \override Flag.transparent = ##f
> > \override Beam.transparent = ##f
> > f16 f f f \autoBeamOff f16 f f f
> > }
> >
> > By what I understand, making the Stem transparent also changes the Flag and
> > the Beam, so you need to manually set their transparency to ##f
> >
> > Regards,
> > Gilberto
> >
> >
> >
> > --
> > View this message in context:
> > http://lilypond.1069038.n5.nabble.com/Stem-transparency-possible-bug-tp152315p152317.html
> > Sent from the User mailing list archive at Nabble.com.
> >
> > _______________________________________________
> > lilypond-user mailing list
> > address@hidden
> > https://lists.gnu.org/mailman/listinfo/lilypond-user
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.gnu.org/archive/html/lilypond-user/attachments/20131014/a3c72351/attachment.html>
>
> ------------------------------
>
> Message: 4
> Date: Tue, 15 Oct 2013 16:34:14 +0700
> From: Emil Salim <address@hidden>
> To: lilypond-user <address@hidden>
> Subject: Descant
> Message-ID:
> <address@hidden>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hello All,
>
> How do I add the descant line on top of the SATB in this .ly file:
>
> "Ye Holy Angels Bright"
>
> http://www.geoffhorton.com/hymns/Darwall.ly
>
> I would like to make the Descant look like the one on p. 2 here:
>
> http://fds.oup.com/www.oup.com/pdf/13/9780193365988.pdf
>
> although not in D major, but in C major.
>
> Many thanks for your help.
>
> best,
> Emil
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.gnu.org/archive/html/lilypond-user/attachments/20131015/0620c4df/attachment.html>
>
> ------------------------------
>
> Message: 5
> Date: Tue, 15 Oct 2013 12:20:00 +0000
> From: Carl Sorensen <address@hidden>
> To: Simon Bailey <address@hidden>
> Cc: "address@hidden" <address@hidden>
> Subject: Re: Stand alone guitar chord/scale diagrams
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset="us-ascii"
>
>
>
> On 10/14/13 8:49 AM, "Simon Bailey" <address@hidden> wrote:
>
> >
> >now that makes sense. is that only possible with fret-diagram-verbose
> >or can i do the same with \fret-diagram?
>
> Only with fret-diagram-verbose. fret-diagram and fret-diagram-terse have
> syntax aimed at simplifying input for traditional uses.
> fret-diagram-verbose does away with all assumptions and lets the user have
> complete control.
>
> Carl
>
>
>
>
> ------------------------------
>
> Message: 6
> Date: Tue, 15 Oct 2013 06:34:56 -0700 (PDT)
> From: EdBeesley <address@hidden>
> To: address@hidden
> Subject: "Floating" markup
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset=us-ascii
>
> I'm trying to make some easy to read exercises for the little kiddies I
> teach. As you can see in the example below I've labelled which line is for
> sticking and which is for counting - the only way I could figure out of
> getting the markup before any notes was to add it to a spacer grace note (so
> as to not affect duration) but as you can see this creates a huge gap.
> Switching on strict-note-spacing solves the gap but then pushes the text
> very far to the left, and all my attempts at tweaking x-offsets or
> \translates haven't worked. Also ideally I'd like to vertically align the
> "Sticking" text so it's centred relative to the two lyric lines.
>
> Does anyone have a better idea for getting what I'm after? I'm feeling the
> grace note markup is very hacky but I can't think of a better way!
>
> # (set-global-staff-size 30) % yep, 30!
>
> count = \lyricmode {
> "1" "2" "3" "4"
> }
>
> \score {
> <<
> \new Staff ="staff" \with {\remove Time_signature_engraver} {
> \new Voice ="one"
> {
> \clef percussion
> % \override Score.SpacingSpanner #'strict-note-spacing = ##t
> \override NoteHead #'extra-spacing-width = #'(3 . 3)
> \grace {s64 ^\markup \right-align \italic {Count:} _\markup
> \right-align \italic {Sticking:}}
> d'4 d' d' d' d' d' d' d' }
> }
> \new Lyrics \with { alignAboveContext = "staff" } { \lyricsto "one"
> {\count \count} }
> \new Lyrics {\lyricsto "one" {R L R L R L R L }}
> \new Lyrics {\lyricsto "one" { L R L R L R L R }}
> >>
> }
>
>
>
> --
> View this message in context: http://lilypond.1069038.n5.nabble.com/Floating-markup-tp152332.html
> Sent from the User mailing list archive at Nabble.com.
>
>
>
> ------------------------------
>
> Message: 7
> Date: Tue, 15 Oct 2013 15:38:56 +0200
> From: Gilberto Agostinho <address@hidden>
> To: lilypond-user <address@hidden>
> Subject: Rests with stem
> Message-ID:
> <address@hidden>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hello all,
>
> Does anyone knows if its possible to have stems connecting rests on
> LilyPond, such as in the image below?
>
> http://www.sibelius.com/products/sibelius/7/images/Special_Notations.png
>
> I couldn't find anything about this on the documentation... but well, maybe
> it is there and I just overlooked it.
>
> Thanks a lot!
> Gilberto
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.gnu.org/archive/html/lilypond-user/attachments/20131015/ec3747a3/attachment.html>
>
> ------------------------------
>
> Message: 8
> Date: Tue, 15 Oct 2013 15:50:50 +0200
> From: Simon Bailey <address@hidden>
> To: Gilberto Agostinho <address@hidden>
> Cc: lilypond-user <address@hidden>
> Subject: Re: Rests with stem
> Message-ID:
> <address@hidden>
> Content-Type: text/plain; charset=ISO-8859-1
>
> On Tue, Oct 15, 2013 at 3:38 PM, Gilberto Agostinho
> <address@hidden> wrote:
>
> > Does anyone knows if its possible to have stems connecting rests on
> > LilyPond, such as in the image below?
> >
> > http://www.sibelius.com/products/sibelius/7/images/Special_Notations.png
> >
> > I couldn't find anything about this on the documentation... but well, maybe
> > it is there and I just overlooked it.
>
> manual beams over rests:
> http://lilypond.org/doc/v2.17/Documentation/notation/beams#manual-beams
>
> and then:
> http://lilypond.org/doc/v2.17/Documentation/snippets/rhythms#rhythms-stemlets
>
> (granted, i knew what i was looking for, but it's always a good idea
> to click on the "Snippets: <category>" link at the end of a section).
>
> regards,
> sb
> --
> Do not meddle in the affairs of trombonists, for they are subtle and
> quick to anger.
>
>
>
> ------------------------------
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
> End of lilypond-user Digest, Vol 131, Issue 83
> **********************************************

reply via email to

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