I like the way that a dynamics context organizes content below the staff,
and I would like to simultaneously handle content above the staff
similarly. I find that simply creating a dynamics context before the staff
<<
\new Dynamics {
% content above staff
}
\new Staff {
% music
}
Hi John,
Am 09.02.2017 um 07:41 schrieb Werner LEMBERG:
>> Ok, you can see the most current version of my design on
>> http://jmroper.com/lilypond
Thanks for putting this up, it's very helpful to have it that way.
Of course you will probably get 20 different opinions from 15 users and
developers
> Ok, you can see the most current version of my design on
> http://jmroper.com/lilypond
Thanks. First, some comments regarding the layout.
. I like the sans-serif font more that you've used in the previous
version. Please restore it.
. At the top, I get something like the attached image (u
The opening page is over 50% header vertically. The rest of the pages seem
decently proportioned. The 1px grey lines around the music examples might
be nicer not present at all.
Did I ever mention how much sans serif in block text is irritating. Yes I
was going to make a suggestion for a nice newer
Ok, I changed the image to something that made more sense. What do you guys
think about everything else?
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
David Kastrup writes:
> John Roper writes:
>
>>>
>>> >> John, can you set up
>>> >>
>>> >> http://jmroper.com/lilypond/
>>> >>
>>> >> with `blended' together with a README so that we can inspect the
>>> >> source code, CSS, etc., and the necessary steps to create it? I
>>> >> think only a dir
On 09.02.2017 00:11, John Roper wrote:
Ok, you can see the most current version of my design on
http://jmroper.com/lilypond
Of course there would be much to do on the details (e.g. I also don’t
much fancy the title image with the violinist), but since this is about
the design, I’ve got to say
John Roper writes:
>>
>> >> John, can you set up
>> >>
>> >> http://jmroper.com/lilypond/
>> >>
>> >> with `blended' together with a README so that we can inspect the
>> >> source code, CSS, etc., and the necessary steps to create it? I
>> >> think only a direct comparison can answer our quest
>
> >> John, can you set up
> >>
> >> http://jmroper.com/lilypond/
> >>
> >> with `blended' together with a README so that we can inspect the
> >> source code, CSS, etc., and the necessary steps to create it? I
> >> think only a direct comparison can answer our questions.
>
Ok, you can see the
arlin writes:
> Thank yu for the reply.
>
> I'm transcribing renaissance music, which was barless, but I want barlines
> to appear between the staves, i.e. mensurstriche layout. The snippet I
> quoted is at
> http://lilypond.org/doc/v2.18/Documentation/notation/working-with-ancient-music_002d_002
Thank you, Joram. The version was the issue. It works now.
Thank you, thank you, thank you.
-Arlin
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/hide-staff-BarLine-fails-tp199864p199868.html
Sent from the User mailing list archive at Nabble.com.
__
I am trying to produce a score with barlines between the staves. The manual
provides this snip, but I get an "unknown escaped string: '\hide'" when I
compile it. Thanks in advance for any help.
global = {
\hide Staff.BarLine
s1 s
% the final bar line is not interrupted
\undo \hide Staff.
Thank yu for the reply.
I'm transcribing renaissance music, which was barless, but I want barlines
to appear between the staves, i.e. mensurstriche layout. The snippet I
quoted is at
http://lilypond.org/doc/v2.18/Documentation/notation/working-with-ancient-music_002d_002dscenarios-and-solutions
B
Noeck wrote
>
>> \override BarLine #'stencil = ##f
>
> This is just the same as
> \omit BarLine
> and it won't work, because you need the right context "Staff":
> \omit Staff.BarLine
> or equivalent (also working with older versions):
> \override Staff.BarLine #'stencil = ##f
Sorry for any
Hello everyone, I have been unable to understand the cause of the following
behavior, meaning I currently lack a solution.
I moved the Mark_Engraver to the Dynamic context, so that in the chamber
music score I'm working with I could put a Dynamic context both above the
piano and above all the othe
Hi Arlin,
which version do you use? You should use the manual that fits your
LilyPond version. \hide and \omit have been introduced around 2.19
(others can be more precise) and your error sounds like you use an older
version than required for this. If you need to use the old version, you
need to s
arlin wrote
> I am trying to produce a score with barlines between the staves. The
> manual provides this snip, but I get an "unknown escaped string: '\hide'"
> when I compile it. Thanks in advance for any help.
>
> global = {
> \hide Staff.BarLine
> s1 s
> % the final bar line is not inte
17 matches
Mail list logo