2016-08-21 3:19 GMT+02:00 Hwaen Ch'uqi :
> Greetings All,
>
> The following code results in the second arpeggio sign running into
> the preceding D-flat in the left hand. As there is very little room to
> move the arpeggio to the right before running into the following
> accidentals (also in the le
Hwaen, Jean, thanks so much for your kind efforts, both of which worked
like a treat.
I was somewhat embarrassed to post such a question, but am very grateful
for the help.
Regards Paul
On Sun, Aug 21, 2016 at 4:28 PM, Hwaen Ch'uqi wrote:
> Greetings Paul,
>
> When I wish to affect a blank page
Greetings Paul,
When I wish to affect a blank page, I use
\markup \null
So your first bookpart would look like this:
\bookpart {
\markup \null
\pageBreak
\header{}
{ MUSIC }
} %End first bookpart
I hope this helps!
Hwaen Ch'uqi
On 8/21/16, B~M wrote:
> Dear All, I have a simple little
Le dimanche 21 août 2016 à 14:58 +1000, B~M a écrit :
> Dear All, I have a simple little problem.
> I have two viola suites, each two pages long. I would like to print
> these two pieces
> double sided, but with an intentionally blank first page so there is
> only one page turn
> from the first t
Hi,
I'm leaning Lilypond and cannot find this one ... I got some chord diagrams
at the beginning of my score and would like to center them.
Can someone help me with this (I'm sure simple) problem.
Here's my Score
---
\version "2.18.2"
\include "predefined-guitar-fretboards.ly"
somewhereCho
Dear All, I have a simple little problem.
I have two viola suites, each two pages long. I would like to print these
two pieces
double sided, but with an intentionally blank first page so there is only
one page turn
from the first to the second piece in the collection
I use (crudely)
\book
{
\boo
Hi Hwaen,
Possibly?
\once \override Arpeggio.padding = #8
\arpeggio
Not optimal, but it does work.
Andrew
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Greetings All,
The following code results in the second arpeggio sign running into
the preceding D-flat in the left hand. As there is very little room to
move the arpeggio to the right before running into the following
accidentals (also in the left hand), is there another spacing solution
to this
Klaus,
Perfect! Thank you so much.
Mark
-Original Message-
From: lilypond-user
[mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of
Klaus Blum
Sent: Saturday, August 20, 2016 3:50 PM
To: lilypond-user@gnu.org
Subject: RE: unwanted staves
Hi Mark,
in your second cod
Hi Mark,
in your second code example, the contents of the "lower" staff is no more
grouped into a single expression by << ... >>, so you should put it into a
pair of braces:
% --
\new Staff = "lower"
{ % !!
\time 4/4
\key bes \major
\clef bass
\re
Klaus,
Thank you.
I checked mine again. Perhaps I attached the wrong one.
Have resubmitted the code.
Mark
-Original Message-
From: lilypond-user
[mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of
Klaus Blum
Sent: Saturday, August 20, 2016 3:21 PM
To: lilypond-user@
Hi Mark,
Mark Stephen Mrotek wrote
> In the attached snippet I want the "upper" staff to have two explicit
> voices, while the "lower" staff has only one.
>
> Yet something I did makes two extra staves pop up.
I cannot reproduce your problem. In your code I see two staves, each of them
having
Impressive! Is it possible to hide lyrics automatically when the staff is
hidden?
Thanks,
Evan
On Sat, Aug 20, 2016 at 3:15 AM, David Kastrup wrote:
> "Evan O'Dorney" writes:
>
> > Works great! I assume that one must manually change the name of the upper
> > staff from "S" to "S1" enough measu
Hello,
In the attached snippet I want the "upper" staff to have two explicit
voices, while the "lower" staff has only one.
Yet something I did makes two extra staves pop up.
What is my error?
Thank you for your kind attention.
Mark
\version "2.18.2"
\header {
}
\new PianoStaff
Simon,
Thank you for the code.
Mark
-Original Message-
From: Simon Albrecht [mailto:simon.albre...@mail.de]
Sent: Saturday, August 20, 2016 12:46 PM
To: Mark Stephen Mrotek ; lilypond-user@gnu.org
Subject: Re: Delayed Turn
On 20.08.2016 19:18, Mark Stephen Mrotek wrote:
>
> Hello:
>
>
On 20.08.2016 19:18, Mark Stephen Mrotek wrote:
Hello:
Using the example in manual 2.18, I coded a delayed turn – see attachment.
I want the turn to be a little higher than the “bes.”
Any instructions would be appreciated.
This is once again a use case for the nice \after function I could
Malte Meyn,
Thank for your reply and the instruction. Does it perfectly!
Mark
-Original Message-
From: lilypond-user
[mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of
Malte Meyn
Sent: Saturday, August 20, 2016 10:39 AM
To: lilypond-user@gnu.org
Subject: Re: Delaye
Am 20.08.2016 um 19:18 schrieb Mark Stephen Mrotek:
I want the turn to be a little higher than the "bes."
Any instructions would be appreciated.
Try
s2*1/2-\tweak Y-offset 5 \turn
Also, \dolce is unknown to LilyPond, it should be "dolce" ;)
___
>> I would like to add a dot, but \override Dots.dot-count = #1 has no effect.
>
> You can also use (e.g.)
>
> c4.*2/3
>
> This puts the dot on, but only uses up a quarter note worth of time.
Nice trick, thanks!
Erik
___
lilypond-user mailing lis
Hello:
Using the example in manual 2.18, I coded a delayed turn - see attachment.
I want the turn to be a little higher than the "bes."
Any instructions would be appreciated.
Thank you for your kind attention.
Mark
\version "2.18.2"
\score {
\new PianoStaff <<
\set PianoStaff.
Am 20.08.2016 um 16:56 schrieb Erik Ronström:
but \override Dots.dot-count = #1 has no effect.
This is because there is no Dots grob. If I understand correctly one
could create such a grob using ly:engraver-make-grob. But this needs a
reference to the engraver (Dots_engraver in this case) a
Hi Erik,
> I would like to add a dot, but \override Dots.dot-count = #1 has no effect.
You can also use (e.g.)
c4.*2/3
This puts the dot on, but only uses up a quarter note worth of time.
Hope this helps!
Kieren.
Kieren MacMillan, composer
‣ website: www.kie
Hi,
For a dotted note, it’s possible to override the number of dots actually drawn.
But when there are no dots to begin with? I would like to add a dot, but
\override Dots.dot-count = #1 has no effect.
Erik
___
lilypond-user mailing list
lilypond-u
Devin, you wrote Friday, August 19, 2016 2:04 PM
>On 08/18/2016 04:21 PM, Trevor Daniels wrote:
>
>> Unfortunately virtually nowhere, apart from the first tiny step - lettered
>> fret indications.
>
> Trevor, would you mind sending the complete .ly file you used to create your
> example?
> htt
Hi,
On Fri, 2016-08-19 at 10:16 -0700, H. S. Teoh wrote:
> I've been using lilypond from git HEAD (mainly because lilypond in my
> distro is too old, still stuck at 2.18, and I need features and fixes
> in 2.19), and recently I noticed that midi dynamics in my piano
> scores aren't being rendered
Hi Malte.
Actually the markups there were just to put something, not real issues.
Thanks anyway!
Cheers,
Pierre
2016-08-20 12:41 GMT+02:00 Malte Meyn :
>
>
> Am 20.08.2016 um 12:25 schrieb Pierre Perol-Schneider:
>
>> (case duration
((0) (grob-interpret-mar
Am 20.08.2016 um 12:25 schrieb Pierre Perol-Schneider:
(case duration
((0) (grob-interpret-markup grob (markup "0")))
((1) (grob-interpret-markup grob (markup "1")))
((2) (grob-interpret-markup grob (markup "2")))
Thank you very much David.
2016-08-20 12:20 GMT+02:00 David Kastrup :
> Pierre Perol-Schneider writes:
>
> > Typo, sorry : so, again, how can I get access to the note head when
> > duration is shorter than a fourth note ?
> >
> > \version "2.19.46"
> >
> > \score {
> > \new Staff \relative c''
Pierre Perol-Schneider writes:
> Typo, sorry : so, again, how can I get access to the note head when
> duration is shorter than a fourth note ?
>
> \version "2.19.46"
>
> \score {
> \new Staff \relative c'' { c1 2 4 8 16 32 64 128 }
> \layout {
> \context {
> \Staff
> \omit St
"Evan O'Dorney" writes:
> Works great! I assume that one must manually change the name of the upper
> staff from "S" to "S1" enough measures in advance to show up correctly.
Well, no. In that case one would use the remove-layer thingy.
Admittedly it's sort of wasteful to set the whole upper sta
Typo, sorry : so, again, how can I get access to the note head when
duration is shorter than a fourth note ?
\version "2.19.46"
\score {
\new Staff \relative c'' { c1 2 4 8 16 32 64 128 }
\layout {
\context {
\Staff
\omit Stem
\omit Flag
\override NoteHead.stencil
Hi,
Please consider the following:
\version "2.19.46"
\score {
\new Staff \relative c'' { c1 2 4 8 16 32 64 128 256 }
\layout {
\context {
\Staff
\omit Stem
\omit Flag
\override NoteHead.stencil =
#(lambda (grob)
(let ((duration (ly:grob-property
32 matches
Mail list logo