lilypond-user
[Top][All Lists]
Advanced

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

Re: ghoste notes


From: valerian.neisse
Subject: Re: ghoste notes
Date: Sun, 11 Sep 2011 15:34:27 +0200

Le samedi 10 septembre 2011 à 12:00 -0400, address@hidden
a écrit :
> 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:Lowering AccidentalSuggestion objects (Brent Annable)
>    2. Re:barline in gregorian (Marek Klein)
>    3. Re:ghoste notes (Jakub Pavl?k)
>    4. Re:Lowering AccidentalSuggestion objects (Xavier Scheuer)
>    5. Re:Graphics in markup (Peekay Ex)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Sat, 10 Sep 2011 10:18:48 +0200
> From: Brent Annable <address@hidden>
> To: address@hidden
> Subject: Re: Lowering AccidentalSuggestion objects
> Message-ID:
>       <address@hidden>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Hello everyone,
> 
> Here's a little example of the situation I'm talking about:
> 
> \score {
> \new Staff = "Discantus"
> \new Voice = "Discantus" \relative c'' {
> \set suggestAccidentals = ##t
> \override AccidentalSuggestion #'Y-offset = 1
> g1 g g g g g g g \break
> g g g g gis \fermata
> 
> }
> }
> 
> Here, with a Y-offset value of 1, the accidental is in the same place as it
> would be if the \override command weren't there. Only when the number is
> above 5 does the accidental start to move upwards.
> 
> Brent.
> 
> On 10 September 2011 03:28, Brent Annable <address@hidden> wrote:
> 
> > Hi everyone,
> >
> > Does anyone know how I can tell the AccidentalSuggestion engraver to push
> > the accidentals closer to the noteheads (i.e. downwards)? I don't mind if
> > they're in the middle of the staff. The purpose of this is to avoid the
> > combination of a suggested accidental above the staff and a fermata taking
> > up too much space between staves.
> >
> > I've tried using \override AccidentalSuggestion #'Y-extent = (number), but
> > this only seems to push the accidentals upwards, starting from about 5. If
> > the number specified is any less than 5, the accidental stays where it is,
> > it won't go any closer to the notehead. Negative numbers seem to have no
> > effect.
> >
> > Brent.
> >
> >
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> </archive/html/lilypond-user/attachments/20110910/b4158f77/attachment.html>
> 
> ------------------------------
> 
> Message: 2
> Date: Sat, 10 Sep 2011 10:27:55 +0200
> From: Marek Klein <address@hidden>
> To: address@hidden
> Subject: Re: barline in gregorian
> Message-ID:
>       <address@hidden>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Thank you all very much!
> 
> Marek
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> </archive/html/lilypond-user/attachments/20110910/2fa135bb/attachment.html>
> 
> ------------------------------
> hi ,everybody 
Jakub , your technique has worked for me on lilypond 2.12

thank you very muche

Valerian
 
> Message: 3
> Date: Sat, 10 Sep 2011 11:00:43 +0200 (CEST)
> From: Jakub Pavl?k <address@hidden>
> To: address@hidden
> Subject: Re: ghoste notes
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset="utf-8"
> 
> It seems that 2.12 didn't have commands \xNotesOn, \xNotesOff and \xNote - 
> see 
> http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Note-heads#Special-note-heads
>  -
> but you can make them easily yourself - try to compile the attached file, it 
> should work.
> 
> Jakub
> 
> 
> > ------------ P?vodn? zpr?va ------------
> > Od: valerian.neisse <address@hidden>
> > P?edm?t: Re: ghoste notes
> > Datum: 10.9.2011 10:10:31
> > ----------------------------------------
> > hi Marc ,
> > 
> > i'm on lilypond 2.12., do you another technique to do that on 2.12. ?
> > 
> > 
> > 
> > Le samedi 10 septembre 2011 ? 09:19 +0200, Marc Hohl a ?crit :
> > > Am 09.09.2011 18:55, schrieb valerian.neisse:
> > > > i have tryed that and it doesn't works
> > > 
> > > Which version of lilypond do you use?
> > > \xNote works with 2.14 and not with 2.12.
> > > 
> > > Marc
> > > >
> > > >
> > > >
> > > >
> > > > Le vendredi 09 septembre 2011 ? 14:26 +0200, Marc Hohl a ?crit :
> > > >> Am 09.09.2011 14:19, schrieb valerian.neisse:
> > > >>> hi
> > > >>>
> > > >>> i don't know how i can whrite ghoste notes for other instruments than
> > > >>> drums . the double bass for exemple.
> > > >>>
> > > >>> i saw this exemple in this liste
> > > >>>
> > > >>> c4 \cr c \cnr d \cr d \cnr |
> > > >>>
> > > >>> to put ghoste on 2 and 4  ( i m not shure if i remember right)
> > > >>>
> > > >>> and the guy said it's works , but not for me .
> > > >>>
> > > >>> my measure is :
> > > >>>
> > > >>> c8 b c c \times 4/6 { e16[f g a g8] } \times 4/6 {a16  aes g f g g }
> > > >>>
> > > >>> and i would like a ghoste note in place of the last g.
> > > >> Try  g g g \xNote g
> > > >>
> > > >> HTH,
> > > >>
> > > >> Marc
> > > >>> thank you for having read
> > > >>>
> > > >>>
> > > >>> _______________________________________________
> > > >>> lilypond-user mailing list
> > > >>> address@hidden
> > > >>> https://lists.gnu.org/mailman/listinfo/lilypond-user
> > > >>>
> > > >
> > > >
> > > 
> > 
> > 
> > 
> > _______________________________________________
> > lilypond-user mailing list
> > address@hidden
> > https://lists.gnu.org/mailman/listinfo/lilypond-user
> > 
> > 
> > 
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: ghostnotes.ly
> Type: text/plain charset=us-ascii
> Size: 197 bytes
> Desc: not available
> URL: 
> </archive/html/lilypond-user/attachments/20110910/c822a906/attachment.bin>
> 
> ------------------------------
> 
> Message: 4
> Date: Sat, 10 Sep 2011 13:18:02 +0200
> From: Xavier Scheuer <address@hidden>
> To: Brent Annable <address@hidden>
> Cc: address@hidden
> Subject: Re: Lowering AccidentalSuggestion objects
> Message-ID:
>       <address@hidden>
> Content-Type: text/plain; charset=UTF-8
> 
> On 10 September 2011 10:18, Brent Annable <address@hidden> wrote:
> >
> > Hello everyone,
> > Here's a little example of the situation I'm talking about:
> > \score {
> > \new Staff = "Discantus"
> > \new Voice = "Discantus" \relative c'' {
> > \set suggestAccidentals = ##t
> > \override AccidentalSuggestion #'Y-offset = 1
> > g1 g g g g g g g \break
> > g g g g gis \fermata
> > }
> > }
> > Here, with a Y-offset value of 1, the accidental is in the same place as it
> > would be if the \override command weren't there. Only when the number is
> > above 5 does the accidental start to move upwards.
> 
> Hi,
> 
> Add  \override AccidentalSuggestion #'outside-staff-priority = ##f
> to permit the AccidentalSuggestion to be printed inside the staff.
> 
> Then you can play with  \override AccidentalSuggestion #'Y-offset = #2
> 
> Hope that helps.
> 
> Cheers,
> Xavier
> 
> -- 
> Xavier Scheuer <address@hidden>
> 
> 
> 
> ------------------------------
> 
> Message: 5
> Date: Sat, 10 Sep 2011 13:40:46 +0100
> From: Peekay Ex <address@hidden>
> To: harm6 <address@hidden>
> Cc: address@hidden
> Subject: Re: Graphics in markup
> Message-ID:
>       <address@hidden>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> Hello,
> 
> On Sat, Sep 10, 2011 at 2:02 AM, harm6 <address@hidden> wrote:
> >
> >
> > George_ wrote:
> >>
> >> Ah, I see, thank you. Another question, then.
> >>
> >>
> >
> > You should have a detailed look at
> 
> Actually you should be using
> 
> http://lilypond.org/notation.html
> 
> That's where the 'official' documentation is.
> 
> ;)
> 
> 





reply via email to

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