Hello,
2011/9/9 christian
> How can I put a visual swing indicator (2 8th = 4 8 triplet) into my score?
>
Something like this?
http://lsr.dsi.unimi.it/LSR/Item?id=204
HTH
Marek
--
Marek Klein
http://gregoriana.sk
___
lilypond-user mailing list
lilypo
Am 09.09.2011 08:54, schrieb christian:
How can I put a visual swing indicator (2 8th = 4 8 triplet) into my score?
Have a look at
http://lsr.dsi.unimi.it/LSR/Item?id=204
there are a lot of different options.
HTH,
Marc
___
lilypond-user mailing li
Hello,
how can I have barline displayed in this snippet:
\version "2.14.1"
\include "gregorian.ly"
\score {
\new VaticanaVoice \relative c'{
c d e c \bar "|"
e d c e
}
\layout {
}
}
It used to work before, if I remember it correctly.
(I know I can use \divisioMaxima)
Marek
--
> Dear LilyPond users,
> Every now and then you need empty music sheets to write a score or
> arrangement
> manually on paper, prepare some exercises for you instrumental students or
> simply do some homework for college. Wouldn't it be great if you could create
> empty score sheets for the exa
Hello,
I haven't seen this error message before, could someone explain it please?
I'm not sure I need to include the file, so I'll wait for info.
Thanks,
Gerard
> %lilypond %args "C:\Documents and Settings\Dad\Desktop\musicPages\adele.ly
"
Processing `C:/Documents and Settings/Dad/Desktop/musicPag
Hello,
2011/9/9 Gerard McConnell
> Hello,
> I haven't seen this error message before, could someone explain it please?
> I'm not sure I need to include the file, so I'll wait for info.
>
You have to close your PDF viewer, thats my guess.
HTH,
Marek
--
Marek Klein
http://gregoriana.sk
_
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 mea
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
On 09/09/2011 02:54 AM, christian wrote:
> How can I put a visual swing indicator (2 8th = 4 8 triplet) into my score?
Others have already answered the score indicator question. If you are
making MIDI files of your music, I hacked http://crism.maden.org/swing.ly > together; it may or may not be o
Reinhold, that is absolutely outstanding. So many options with the great
preview, a couple of which are perfect for my needs. Thank you!
Tim
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
On Fri, Sep 9, 2011 at 3:58 PM, Tim McNamara wrote:
> Reinhold, that is absolutely outstanding. So many options with the great
> preview, a couple of which are perfect for my needs. Thank you!
Agreed, this is wonderful work - many thanks!!
___
lilyp
i have tryed that and it doesn't works
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 th
See section "Noteheads" in the Notation manual:
http://lilypond.org/doc/v2.14/Documentation/notation/note-heads
Jakub
> Původní zpráva
> Od: valerian.neisse
> Předmět: Re: ghoste notes
> Datum: 09.9.2011 18:56:29
>
> i have tryed
2011/9/9 valerian.neisse :
> hi
>
> i don't know how i can whrite ghoste notes for other instruments than
> drums . the double bass for exemple.
If by ghoste notes you mean notes in parentheses, its
\parenthesize gis
Hope this helps.
Janek
___
lilypon
2011/9/9 Marek Klein :
> Hello,
> how can I have barline displayed in this snippet:
>
> \version "2.14.1"
> \include "gregorian.ly"
>
> \score {
> \new VaticanaVoice \relative c'{
> c d e c \bar "|"
> e d c e
> }
> \layout {
> }
> }
Interesting.
i thought that \with { \consists
Helo
I am trying to reproduce the music in attach. Basically, there are two
pairs of "eigth notes" which duration should not count (but in the other
hand, some space need to be let for them).
Anybody can point me to any example, or any documentation that might be
useful for this?
Thank you
Hi Alberto,
> I am trying to reproduce the music in attach. Basically, there are two pairs
> of "eigth notes" which duration should not count (but in the other hand, some
> space need to be let for them).
> Anybody can point me to any example, or any documentation that might be
> useful for thi
On 09/09/2011 21:29, Kieren MacMillan wrote:
Hi Alberto,
I am trying to reproduce the music in attach. Basically, there are two pairs of
"eigth notes" which duration should not count (but in the other hand, some
space need to be let for them).
Anybody can point me to any example, or any doc
On 09/09/2011 21:32, Alberto Simões wrote:
[snip]
>
Why not just put them in a separate voice?
\version "2.14.0"
\language "english"
theNotes = \relative d'' {
<<
{ \voiceOne d2. f4 }
\new Voice { \voiceTwo bf,2. d4 }
\new Voice { \voiceFour \tiny s88 \noBeam q q q4 }
>>
}
\score { \new Staf
Hi Alberto,
> Works just great.
Good!
> Any simple way to add lyrics to it?
Name the voice explicitly, and use \lyricsto.
Cheers,
Kieren.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
On 09/09/2011 21:50, Kieren MacMillan wrote:
Hi Alberto,
Works just great.
Good!
Any simple way to add lyrics to it?
Name the voice explicitly, and use \lyricsto.
Easy. It is just that I am not that comfortable with lilypond yet :)
Final work at http://musica-liturgica.net/viewfull.p
janek.lilypond wrote:
>
> 2011/9/9 Marek Klein :
>> Hello,
>> how can I have barline displayed in this snippet:
>>
>> \version "2.14.1"
>> \include "gregorian.ly"
>>
>> \score {
>> \new VaticanaVoice \relative c'{
>> c d e c \bar "|"
>> e d c e
>> }
>> \layout {
>> }
>> }
>
>
I know through the docs that using \markup { \dynamic f } will print a forte
symbol. How do I get the markup to print a mordent symbol, or a trill
symbol?
--
View this message in context:
http://old.nabble.com/Graphics-in-markup-tp32435344p32435344.html
Sent from the Gnu - Lilypond - User mailin
George_ wrote:
>
> I know through the docs that using \markup { \dynamic f } will print a
> forte symbol. How do I get the markup to print a mordent symbol, or a
> trill symbol?
>
Hi George,
check:
http://kainhofer.com/~lilypond/Documentation/notation-big-page.html#the-feta-font
Notation Ref
Ah, I see, thank you. Another question, then.
\markup { \wordwrap { \justify { The mordent (\musicglyph
#"scripts.mordent"), the trill (\musicglyph #"scripts.trill"), and the turn
(\musicglyph #"scripts.turn"). } } }
produces this:
http://old.nabble.com/file/p32435618/1.png
In the music that
On 10/09/11 10:13, George_ wrote:
Ah, I see, thank you. Another question, then.
\markup { \wordwrap { \justify { The mordent (\musicglyph
#"scripts.mordent"), the trill (\musicglyph #"scripts.trill"), and the turn
(\musicglyph #"scripts.turn"). } } }
produces this:
http://old.nabble.com/file/p
that was my reponse to Marek and it works fine in my Bach transcriptions.
-- Forwarded message --
From: Marc Mouries
Date: Fri, Sep 9, 2011 at 2:36 PM
Subject: Re: barline in gregorian
To: Marek Klein
that's what i use:
divisioMaior = {
\once \override Score.BarLine #'stenc
George_ wrote:
>
> Ah, I see, thank you. Another question, then.
>
>
You should have a detailed look at
http://kainhofer.com/~lilypond/Documentation/notation-big-page.html#text-markup-commands
A.9 Text markup commands
\markup { "xy" \translate #'(3 . 5) "XY" }
\markup {
\vcenter {
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 ferma
Is there a way to do something similar to this:
\include "english.ly"
x = { c }
y = { g }
\score {
<<
\new Staff {
\clef "bass"
\relative \x { d e f g a }
\relative \y { bf a c d }
}
>>
}
Perhaps I need to write a function that sends in a variable?
How does one derefere
30 matches
Mail list logo