Am 06.05.2015 um 01:21 schrieb Mark Stephen Mrotek:
Tobias:
My understanding, which is certainly limited, is that Lilypond reads the
first alternate ending and sees only three beats and assumes that the second
alternate starts (read not played) with the fourth beat. Again a case when a
human per
Hi Tobias, Hi Harm,
See:
http://lilypond.1069038.n5.nabble.com/Repeat-signs-bar-lines-in-markup-td140533.html#a140596
See also: http://www.lilypondforum.de/index.php?topic=1938.msg10590#msg10590
Cheers,
Pierre
2015-05-06 2:45 GMT+02:00 Thomas Morley :
> 2015-05-06 1:24 GMT+02:00 Tobias Braun :
Hello,
As far as 2.19.15 everything was in order but from 2.19.16 to 2.19.19
voice and lyrics are missing.
I'm sorry, but to show you the problem I must send the whole song.
Friedrich
\version "2.19.11"
\header {
title = "Barcarolle"
subtitle = "Musique de F. Schubert"
composer = "ArrangÃ
Hi Kieren,
I don't know if there is an easier/better way, but you could try:
% -
\version "2.18.2"
showKey = {
% Define the order of barline, clef, key signature etc.:
\once \override Score.BreakAlignment #'break-align-orders =
#' #
Hello all,
I’m using frameEngraver for a harp part and the repeat signs are not aligned.
The problem appears when I use compoundMeter. Below is a minimal example that
demonstrates the issue. It requires "frameEngraver-bars-and-boxes.ily” which
I’ve attached.
I’ve moved the frameStart, frameEnd,
Dear Friedrich,
That’s because you have unnecessary nesting of staves.
Using 2.19.19, do this instead:
\new StaffGroup
<<
\new Staff <<
\set Staff.instrumentName = "Chant"
\new Voice = "PartPOneVoiceNone" { \PartPOneVoiceNone }
\new Lyrics \lyricsto "PartPOneVoiceNone"
Hi Klaus,
> I don't know if there is an easier/better way […]
> \once \override Score.KeySignature.break-visibility = #'#(#f #t #t)
That’s perfect, all by itself!
And I can do this using the edition-engraver, which was my hope.
I was certain I had tried this before, but apparently not.
(Maybe la
Hello
Have you looked closely at the error messages in the logfile? Here
compiled with Lilypond 2.19.20:
Processing `/tmp/frescobaldi-zC9Bi8/tmpH1vcKq/document.ly'
Parsing...
Interpreting music...
/tmp/frescobaldi-zC9Bi8/tmpH1vcKq/document.ly:263:19 <0>: warning:
cannot find Voice `PartPOneVo
Hi, Paul & David :
Additional test .ly file for tie notes.
Immanuel,Ming
On Tuesday, May 5, 2015 7:25 AM, MING TSANG wrote:
Paul & David :
I test the jianpu10a.ly with the following code and notice that a tie note is
not working properly.
%snippet begin .\ve
Hi Kieren,
I see, thanks!
Tobias
Am 06.05.2015 um 02:46 schrieb Kieren MacMillan :
> Hi Tobias,
>
>> How would I put that character _below_ a word (as opposed to in-between two
>> words)?
>
> Maybe like:
>
> \version "2.19.17"
> \markup \combine test \translate #'(0.85 . -0.5) ‿
>
> Hope
Thanks a lot!
Tobias
Am 06.05.2015 um 12:58 schrieb Pierre Perol-Schneider
:
> Hi Tobias, Hi Harm,
>
> See:
> http://lilypond.1069038.n5.nabble.com/Repeat-signs-bar-lines-in-markup-td140533.html#a140596
> See also: http://www.lilypondforum.de/index.php?topic=1938.msg10590#msg10590
>
> Cheer
Dear list,
I wonder if there is a way to position precisely a text markup (X/Y
coordinates for example?), to avoid using the empiric
\markup { \vspace #x \null }, in order to create some vertical space
(see line 34, for the space beetween composer and title 1).
Thank you !
Pierre
\versio
Hi Ming,
Yes, I see the problem with the ties on half notes and larger. I know what’s
causing this, but I’m not sure of the best way to fix it… I’ll put it on my
to-do list, but I’m not sure when I’ll be able to get to it.
-Paul
> On May 6, 2015, at 1:24 PM, MING TSANG wrote:
>
> Hi, Paul
Hi Holland,
On Wed, May 6, 2015 at 9:45 AM, holl...@hollandhopson.com <
holl...@hollandhopson.com> wrote:
> Hello all,
> I’m using frameEngraver for a harp part and the repeat signs are not
> aligned. The problem appears when I use compoundMeter. Below is a minimal
> example that demonstrates the
On Wed, May 6, 2015 at 2:02 PM, David Nalesnik
wrote:
> Hi Holland,
>
> On Wed, May 6, 2015 at 9:45 AM, holl...@hollandhopson.com <
> holl...@hollandhopson.com> wrote:
>
>> Hello all,
>> I’m using frameEngraver for a harp part and the repeat signs are not
>> aligned. The problem appears when I us
Pierre G. wrote:
I wonder if there is a way to position precisely a text markup
One way to insert vertical millimetres is
http://lists.gnu.org/archive/html/lilypond-user/2010-04/msg00035.html
This may not be the current method, but it still works e.g.
\markup \mm-feed #27
in order to crea
Thanks Robin,
It will be a big step ahead!
So it seems that so far, the only way to place different markups on a page is
to have them in a "pile".
For example, is it possible to:
1 organize some markups in this "pile"
2 place one other markup aligned on the bottom margin
at the same time?
Env
the overlay on the lsr will do this.
can't remember where it is but I have it here so ...
play with translate to position
I put them on top off one another so you can see it's use.
%%
#(define-public (stack-stencil-overlay stencils)
"Recurs
Am 06.05.2015 um 16:59 schrieb Andrew Bernard:
Dear Friedrich,
That’s because you have unnecessary nesting of staves.
Using 2.19.19, do this instead:
\new StaffGroup
<<
\new Staff <<
\set Staff.instrumentName = "Chant"
\new Voice = "PartPOneVoiceNone" { \PartPOneVoiceNone }
Paul,Thank you. Take you time, and I am looking forward to see the fix. Thank
you for your time and patience.In the meantime, I have work around :1. coded
c'2~c'2 a'1~a'2 r2 with c'2( c'2) a'1( a'2) r2 to generate pdf2. remove
the ( ) and put ~ back to produce midiImmanuel,Ming
Thanks David,
Changing the stem direction does the trick. I’d love to have a version of
frameEngraver that would work with multiple staves. Maybe others would like
this for score analysis, too? frameEngraver is such an important part of my
work with lilypond right now; I’d hate to see it abandon
21 matches
Mail list logo