tyronicus wrote
> Hello list,
>
> It takes me ages to enter the note data into LilyPond. Last night I spent
> almost an hour a page just getting notes and lyrics in
I think there is not a single simple trick. I guess you are entering
leadsheets with chords and lyrics? How fast can you read notes
On 29.01.2017 13:38, Robert Blackstone wrote:
My problem with your advice "You have to use \slurUp at the moment a slur
is_started_, not when it already had ended." was : How does a beginner know what is
the right moment?
You’ve got a point there, that was kind of ‘Lily-speak’. ‘moment’ means
Hi,
i have instructed the Evince PDF viewer to open the Emacs editor on clicking on
objects using the lilypond-invoke-editor script, however this opens two same
Emacs windows! Any idea why this happens?
Cheers,
Amir
...
Amir Teymuri
Hello everyone,
thanks for Your help. Sorry, that I couldn't clearly explain what I wanted,
but Malte (fortunately) had the right idea: I wanted to have more place
after the barline.
The code
> \once \override Staff.BarLine.extra-spacing-width = #'(0 . 11)
>
> did the right thing!
2017-01-
Robert Blackstone writes:
> Hi Richard,
>
> Thanks for your clarification.
> My problem is: How does one know at which moment something, for
> example a slur, or the call for the grob "slur", is started? A case in
> point is \arpeggio. Naively one may think this command has to be
> placed before
Hi,
Lilypond does provide a linebreaking mechanism:
\markup {\wordwrap {your text in there}}
Regards,
Jean
Le dimanche 29 janvier 2017 à 13:43 +0100, Orm Finnendahl a écrit :
> Hi Amir,
>
> to my knowledge, lilypond doesn't provide a linebreaking mechanism
> for text in a markup. You can eith
Hi Amir,
to my knowledge, lilypond doesn't provide a linebreaking mechanism
for text in a markup. You can either do the line breaking yourself
using the \column feature of the markup command or you edit the markup
in an external graphics program/publishing software which supports
linebreaking and
Hi Richard,
Thanks for your clarification.
My problem is: How does one know at which moment something, for example a slur,
or the call for the grob "slur", is started? A case in point is \arpeggio.
Naively one may think this command has to be placed before the notes, not
after. Wrong! No idea
Hi David,
Thanks for your reply (and your admonition to read more carefully next time(s)).
My problem with your advice "You have to use \slurUp at the moment a slur is
_started_, not when it already had ended." was : How does a beginner know what
is the right moment?
Apparently for this event
Hello Pierre,
many thanks for your help. The line i am writing in there footnote is longer
than one line and hence the remaining goes beyond the page. Do you know how to
arrange the length of the footnotes to match into the page?
Bests,
Amir
On Sun, 29 Jan 2017 09:13:26 +0100
Pierre Perol-Schn
On Sun, 2017-01-29 at 11:57 +0100, Robert Blackstone wrote:
> Hi David,
>
>
> Ref.: "You have to use \slurUp at the moment a slur is _started_, not
> when it already had ended." That sounds perfectly logical but
I think you may not be aware that the word "moment" here is being used
as a LilyPond
Robert Blackstone writes:
> Hi David,
>
> Ref.: "You have to use \slurUp at the moment a slur is _started_, not
> when it already had ended." That sounds perfectly logical but when I
> place \slurUp before the ( or \( I get the error message "error:
> syntax error, unexpected EVENT_IDENTIFIER" No
Hi David,
Ref.: "You have to use \slurUp at the moment a slur is _started_, not when it
already had ended." That sounds perfectly logical but when I place \slurUp
before the ( or \( I get the error message "error: syntax error, unexpected
EVENT_IDENTIFIER" No idea why.
But your advice is very
Robert Blackstone writes:
> Dear all,
> In some passages like the one shown in the ME the composer (long dead)
> wants a slur positioned above the beam.
>
>
>
> {\clef "treble" \key b \minor \time 3/8
> \stemUp 8 ( [ g''8 ) \slurUp 8 ] | % 137
> \stemUp 8 \( [ g''8 \) \phrasingSlu
Hi Robert:
Would this help?
Andrew
== snip
{
\clef "treble" \key b \minor \time 3/8
\stemUp 8^( [ g''8 ) 8 ] | % 137
\stemUp 8^( [ g''8 ) 8 ] | % 137
}
== snip
On 29 January 2017 at 20:40, Robert Blackstone
wrote:
> Dear all,
> In some passages like the one shown in the ME the compo
Dear all,
In some passages like the one shown in the ME the composer (long dead) wants a
slur positioned above the beam.
{\clef "treble" \key b \minor \time 3/8
\stemUp 8 ( [ g''8 ) \slurUp 8 ] | % 137
\stemUp 8 \( [ g''8 \) \phrasingSlurUp 8 ] | % 137
}
As one can
Johan Vromans writes:
> On Sat, 28 Jan 2017 22:24:40 -0600, David Wright
> wrote:
>
>> ( ) is a slur, not a tie. Try:
>>
>> e'8 g~ g g~ g e~ e a |
>
> Shouldn't slurred notes of the same pitch sound as tied?
Definitely not. See the example I just posted.
--
David Kastrup
__
Bruce Pike writes:
> I'm having difficulty getting midi generation to recognize tied notes. For
> the score below, when I play the midi output the notes sound as individual
> eighth notes rather than as tied notes.
>
> \version "2.18.2" \language "english"
>
> music = \relative c {
> \time 4/4
On Sat, 28 Jan 2017 22:24:40 -0600, David Wright
wrote:
> ( ) is a slur, not a tie. Try:
>
> e'8 g~ g g~ g e~ e a |
Shouldn't slurred notes of the same pitch sound as tied?
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/ma
Hi Stefan,
There is something weird indeed with your example. I tested your ME by just
adding it to some other file that was open and there my proposed tweak worked.
But once I made a separate file of it, the tweak did no longer work: the note
column was not shifted at all. Rather mysterious.
So
Am 28.01.2017 um 18:16 schrieb Stefan Thomas:
> the following example shows, that I can't move NoteColumns in two voices
> at the beginning of a measure. It's only possible in one of the voices.
> Has someone an idea for a solution?
Do you want to have more space after the barline? Try the follo
Hi Stefan,
Maybe I misunderstood what it is you want. Anyway, with
\new Staff { \transpose c c' << { \First \First } \\ { \makespace \Second
\makespace \Second } >> }
the c in the first bar is also moved.
Best regards,
Robert Blackstone
On 28 Jan 2017, at 18:16 , Stefan Thomas wrote:
> Dea
Hi Amir,
For some reason the LSR is not reachable for the moment but there is a
snippet about footnotes in a header.
Try:
\version "2.18.2"
\header { subtitle = "subtitle*" tagline = #f }
\markup { \null \footnote \null \italic \concat { "*" \hspace #.3
"subtitle"}}
Cheers,
Cheers,
Pierre
2017
23 matches
Mail list logo