2016-02-10 22:54 GMT+01:00 Federico Bruni :
> Hi all
>
> Do you know why the following input causes this warning?
> There's anything I can do to avoid it?
>
> \version "2.19.35"
> \relative {
> c'1
> \set Score.repeatCommands = #'((volta "1"))
> d'1
Here you try to end the volta-spanner:
> \se
Hi all
Do you know why the following input causes this warning?
There's anything I can do to avoid it?
\version "2.19.35"
\relative {
c'1
\set Score.repeatCommands = #'((volta "1"))
d'1
\set Score.repeatCommands = #'((volta #f))
\set Score.repeatCommands = #'((volta "2"))
f1
\set Score.r
Pierre,
On Wed, Feb 10, 2016 at 12:43 PM, Schneidy [via Lilypond] <
ml-node+s1069038n187088...@n5.nabble.com> wrote:
> Hi Abraham,
> you were faster.
> Anyway, Luca, you said "above", so here's "above":
>
> \version "2.18.2"
>
> theMusic = \relative c' {
> c8. d16 e4 f8. g16 a4 a
> }
>
> \score
Hi Abraham,
you were faster.
Anyway, Luca, you said "above", so here's "above":
\version "2.18.2"
theMusic = \relative c' {
c8. d16 e4 f8. g16 a4 a
}
\score {
<<
\new RhythmicStaff
\with {
\remove "Staff_symbol_engraver"
\omit TimeSignature
\omit BarLine
Hi Luca,
How about:
\version "2.18.2"
theMusic = \relative c' {
c8. d16 e4 f8. g16 a4 a a a
}
\score {
<<
\new Staff \theMusic
\new RhythmicStaff
\with {
\remove "Staff_symbol_engraver"
\omit TimeSignature
\omit BarLine
}
\theMusic
>>
\l
Luca,
On Wed, Feb 10, 2016 at 12:22 PM, Luca Danieli [via Lilypond] <
ml-node+s1069038n187085...@n5.nabble.com> wrote:
> how can I write a note above the system without displaying the pitch of
> those notes in order to explain just the rhythm of a specific passage?
>
That's what the RhythmicStaf
Hello all,
how can I write a note above the system without displaying the pitch of those
notes in order to explain just the rhythm of a specific passage?
Best,
Luca
___
lilypond-user mailing list
lilypond-user@
Hi
Not easy to help.
But, do you have disk space available?
On 10/02/16 16:43, Darrémont Jean-Michel wrote:
Hi everybody,
Lilypond was working fine until today where it stopped working with message: "
Application not responding".
I just have to force quit.
Thanks for any help.
MacOSX 10.8.
Hi everybody,
Lilypond was working fine until today where it stopped working with message: "
Application not responding".
I just have to force quit.
Thanks for any help.
MacOSX 10.8.5
Lilypond 2.18.2-1
___
lilypond-user mailing list
lilypond-user@gnu
Also, another matter that's somewhat related: the key change in the right
hand goes back to "\key es \major" at the end of a system, right before
which is a note with a phrasing slur extending into the next system.
Something like this:
\version "2.19.36"
rhMusic = \relative c'' {
\key c \majo
Thanks for the tips. Another question: how can I force a display of the
"natural" time signature, so that it's clear the right hand is in a
different tonality than the left? Right now there's just blank space.
Cheers,
A
On Wed, Feb 10, 2016 at 2:54 PM, Pierre Perol-Schneider <
pierre.schneider.p
I just tried it.
Strangely, you still have to slightly extra-offset the LH key to get a
proper alignment.
~Pierre
2016-02-10 14:42 GMT+01:00 Pierre Perol-Schneider <
pierre.schneider.pa...@gmail.com>:
> Yep, much smarter Phil.
>
> 2016-02-10 14:40 GMT+01:00 Phil Holmes :
>
>> Better would be to a
Yep, much smarter Phil.
2016-02-10 14:40 GMT+01:00 Phil Holmes :
> Better would be to add \tweak X-extent #'(0 . 0) just before the C major
> key sig in the right hand?
>
>
> --
> Phil Holmes
>
>
> - Original Message - From: Pierre Perol-Schneider
> To: N. Andrew Walsh
> Cc: lilypond-user
Better would be to add \tweak X-extent #'(0 . 0) just before the C major key
sig in the right hand?
--
Phil Holmes
- Original Message -
From: Pierre Perol-Schneider
To: N. Andrew Walsh
Cc: lilypond-user
Sent: Wednesday, February 10, 2016 1:19 PM
Subject: Re: "bitonal" key signatures
Hi Daniel,
I tried to get this working some years ago. I even went as far as
installing X11 and xpdf, but still couldn't overcome some guile
problems (my memory is hazy). The discussion begins with this message:
https://lists.gnu.org/archive/html/lilypond-user/2013-12/msg00902.html
hth,
Kevin
On
Hello there,
I really feel like an idiot by asking this, but who managed to get point and
click on OS X working, especially in emacs? I figured out that the
lilypond-invoke-editor is not able to compile on OS X. So I installed „guile"
via homebrew and changed the directory in the lilypond-invok
... but is probably not the "better" way!
2016-02-10 14:18 GMT+01:00 Pierre Perol-Schneider <
pierre.schneider.pa...@gmail.com>:
> Hi Andrew,
>
> In lhMusic mes.2 try :
> ...
> \tweak X-extent #'(0 . 0)
> \tweak extra-offset #'(-3 . 0)
> \key es \major
>
>
> Cheers,
> Pierre
>
>
> 2016-02-10
Hi Andrew,
In lhMusic mes.2 try :
...
\tweak X-extent #'(0 . 0)
\tweak extra-offset #'(-3 . 0)
\key es \major
Cheers,
Pierre
2016-02-10 13:36 GMT+01:00 N. Andrew Walsh :
> Hi List (again),
>
> here's another question, more general: I have a piano part in which the
> upper voice is to have
Hi List (again),
here's another question, more general: I have a piano part in which the
upper voice is to have one key signature, the lower to retain another one
(namely, the right hand has \key c \major, while the left hand has \key es
\major, which was also declared at the start of the piece).
Hi Andrew,
I can't compile your example on the mobile, but you are most certainly
experiencing an issue where LilyPond doesn't behave according to its declared
intention. (Assuming that with "broken" you mean subdivided).
The proper handling of subdivisions under tuplets is on my agenda in rew
Hi List,
I have the following expression:
\version "2.19.36"
\relative c'' {
\set subdivideBeams = ##t
\set baseMoment = #(ly:make-moment 1/8)
\set beatStructure = #'(2 2 2 2)
\time 4/8
\tuplet 3/2 { es,16\( f g } \tuplet 3/2 { a b cis\) } \tuplet 3/2 { dis\(
eis g } a32 b16.->\) |
}
21 matches
Mail list logo