I think you misunderstood. If you allow Score to accept NullVoice, you
don't need to explicitly instantiate a Staff, you can just do it the way
you initially wanted.
On Fri, Sep 20, 2024 at 11:01 PM Walt North wrote:
> thanks. So far no luck. I'm giving up for the night. Get back it
> tomor
thanks. So far no luck. I'm giving up for the night. Get back it
tomorrow. Here is what I have tried so far.
\version "2.24.2"
\language "english"
\layout {
indent = 0
\context {
\NullVoice
\RemoveAllEmptyStaves
}
\context {
\Score
\accepts NullVoice
}
\conte
Sorry to be a pest I'm probably just not getting the syntax
correct. I've tried this a couple of ways.
To be clear this is a sample to demonstrate the question. Not what
the actual score is.
\version "2.24.2"
\language "english"
\layout {
indent = 0
\context {
\NullVoice
Another way to get the extra Staff not to appear is to add the following to
your \layout block:
\context {
\Score
\accepts NullVoice
}
As an aside directed more at the dev community: is there any good reason
not to make this the default behavior (and similar for StaffGroup, etc.)?
Nul
First - the example I sent is a stripped down sample just to demonstrate
the question I have.
For the actual score the intent is two fold.
Intent one.
The resulting score may be used by multiple instruments and vocalists.
In the case of the guitar player they only need the lyrics and chords
On Sat, 21 Sept 2024 at 10:20, Walt North wrote:
> Thanks, that took care of the alignment.
>
> However now I see an empty staff. Is it expected I would then have to
> remove all empty staves? I tried that but may not have it right
>
>
> \version "2.24.2"
>
> \language "english"
>
> \layout {
>
The easiest way to get the staff not to appear would be to put NullVoice
inside a Staff or similar context that you want to appear.
On Fri, Sep 20, 2024 at 8:19 PM Walt North wrote:
> Thanks, that took care of the alignment.
>
> However now I see an empty staff. Is it expected I would then have
Walter,
Follow these:
https://lilypond.org/doc/v2.24/Documentation/learning/graphical-setup-under-
windows
Mark
From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org
On Behalf Of Walter
Conlon
Sent: Friday, September 20, 2024 5:23 PM
To: lilypond-user@gnu.org
Subject: What am I
On Fri 20 Sep 2024 at 15:05:51 (-0700), Walt North wrote:
> Am I missing something? It seems like using devnull to align lyrics
> to does pay attention to ties. Ties do seem to be honored when using
> voice for alignment.
>
> Below is a stripped down example with screenshot.
>
> \version "2.24.
I am a long time Lilypond User, and recently upgraded to the new 2.24.4
version. It indicated that I had to also download Frescobaldi, which I did.
On Frescobaldi, it indicated that I had to make sure that Frescobaldi was aware
of the location of the lilypond.exe program, which I did by going
Thanks, that took care of the alignment.
However now I see an empty staff. Is it expected I would then have to
remove all empty staves? I tried that but may not have it right
\version "2.24.2"
\language "english"
\layout {
indent = 0
\context {
\NullVoice
\RemoveAllEmptyStaves
My understanding is that Devnull is not intended for alignment of lyrics
because it does not have the necessary engraver to create the invisible
grobs used for alignment. It appears to me in your example that actually
the lyrics are just being spaced evenly without alignment to anything.
Nullvoice
That should have read:
Am I missing something? It seems like using devnull to align lyrics to
does NOT pay attention to ties. Ties do seem to be honored when using
voice for alignment.
On 9/18/2024 4:34 PM, Walt North wrote:
Is it possible to show guitar bends on regular staff in addition
On 2024-09-20 04:39, ming tsang wrote:
Hi lilyponders,
the following code generates two files according to the log.
%%%
\paper {
output-filename = "my_special_output"
}
\book {
\paper {
output-suffix = "menuetto"
}
\score { \relative { c''4 d e f } }
}
\book {
\paper {
o
Am I missing something? It seems like using devnull to align lyrics to
does pay attention to ties. Ties do seem to be honored when using voice
for alignment.
Below is a stripped down example with screenshot.
\version "2.24.2"
\language "english"
\layout {
indent = 0
}
verseLyricsMelody
On Fri, Sep 20, 2024 at 11:17 AM ming tsang wrote:
> Hi Knute & William :
>
> Thank you for your reply. I have been using frescobaldi since 2010. I
> have never run lilypond without frescobaldi.
>
> Can you show me how to run a lilypond without using frescobaldi.?
>
If you're not used to using
Hi Kieren,
Thanks a lot for your feedback! It didn't help me understand the automatic
behavior of Lilypond, but it did help a lot to fix it anyway and have exactly
the output I wanted, thanks again!
I also added an example with both alternative beginning and ending, and one
with the same, but
Hi Timothy,
Am 20.09.2024 um 21:28 schrieb Timothy Lanfear:
You need
(markup #:override `(box-padding . ,myvalue) #:box text)
thanks a lot, that does the trick!
Cheers,
Klaus
On 20/09/2024 20:20, K. Blum wrote:
\version "2.24.3"
#(define-markup-command (dosomething layout props text) (markup?)
(let* ((myvalue 1))
(interpret-markup
layout props
; (markup #:override '(box-padding . 1) #:box text)) ; works
(markup #:override '(box-padding .
Dear community,
I try to use a variable instead of a simple hard-coded value (outside the MWE,
this would be the result of a calculation):
%---
\version "2.24.3"
#(define-markup-command (dosomething layout props text) (markup?)
(let* ((myvalue 1))
(inter
Hi Knute & William :
Thank you for your reply. I have been using frescobaldi since 2010. I have
never run lilypond without frescobaldi.
Can you show me how to run a lilypond without using frescobaldi.?
thQ,
ming (Lyndon) Tsang.
On Fri, Sep 20, 2024 at 11:39 AM Knute Snortum wrote:
>
>
>> On
>
> On 9/20/24 07:39, ming tsang wrote:
> > Hi lilyponders,
> > the following code generates two files according to the log.
>
>
This seems to be a problem with Frescobaldi and not with LilyPond. If you
execute the code directly with LilyPond, you can see the files, but not
with Frescobaldi (ver
On Fri, 20 Sept 2024 at 15:56, Timothy Lanfear wrote:
>
> On 20/09/2024 12:44, Lib Lists wrote:
>
> Hi everybody,
> I'm connecting to this thread as it's a very similar situation:
> I'm making a score consisting of fragments, and I ended up using the
> \markup \fill-line \score construct.
> Howeve
On 20/09/2024 12:44, Lib Lists wrote:
Hi everybody,
I'm connecting to this thread as it's a very similar situation:
I'm making a score consisting of fragments, and I ended up using the
\markup \fill-line \score construct.
However, when the scores are four, the distribution seems problematic,
as t
You can try looking in
C:/Users/Owner/AppData/Local/Temp/frescobaldi-00ou83l6/tmp2xammvvc/ ,
but it appears that you're using Frescobaldi and that program may or may
not delete this temporary directory once the output files are generated.
Thanks,
-William
On 9/20/24 07:39, ming tsang wrote:
Hi everybody,
I'm connecting to this thread as it's a very similar situation:
I'm making a score consisting of fragments, and I ended up using the
\markup \fill-line \score construct.
However, when the scores are four, the distribution seems problematic,
as the scores begin to overlap. Moreover, th
Hi lilyponders,
the following code generates two files according to the log.
%%%
\paper {
output-filename = "my_special_output"
}
\book {
\paper {
output-suffix = "menuetto"
}
\score {\relative { c''4 d e f } }
}
\book {
\paper {
output-suffix = "scherzo"
}
\score {
27 matches
Mail list logo