Hi Federico,
> Il giorno mer 24 ago 2016 alle 0:00, David Pirotte ha
> scritto:
> > The first thing, imo, would be to have these pages rewritten in
> > scheme, Guile scheme
> > I mean of course :), with the portion of the code that holds the
> > content being
> > expressed using sxml, see bel
Am 27.08.2016 um 01:24 schrieb Timofey Misarenkov:
(DynamicText.extra-offset can help to move, but
vertical space waste remains the same. And using same approach to move
\p and hairpin do not helps either.)
extra-offset only moves the visual appearance of a grob but doesn’t
affect spacing so
Hi.
The sample code below has one flaw: it wastes too much vertical space
due to \ff. In the real case its even worse, because of has
duration of 1 and uses more space. I'm trying to move \ff to the left,
but unsuccessfully. (DynamicText.extra-offset can help to move, but
vertical space waste rem
If the leadsheet needed hi-hat only in a single measure
I wouldn't bother with drum mode:
\version "2.18.2"
\new Voice
\with { \consists "Pitch_squash_engraver" } % for slash chords
{
\key ees \major
\time 6/4
\repeat percent 4 \repeat unfold 2
{ r4. \once \stemUp \tweak style #'xcircl
Hi all,
I saw the recent dialog about LilyPond logo's. I created one several
years ago, and it is used in the LilyPond website (upper left).
http://lilypond.org/pictures/lily-home-32x32.png
The original (hand drawn in Inkscape by me, copying colors and shapes
from the photographed lily flower us
Il giorno mer 24 ago 2016 alle 19:13, Noeck ha
scritto:
Last year we had this discussion:
https://lists.gnu.org/archive/html/lilypond-devel/2015-07/msg00105.html
And in this discussion, sort of agreed that the website (the first
page
you look at and some few others) are different from al
Thank you very much :-)
That's what I needed.
here the tiny example which actually matches the picture:
\version "2.18.2"
\new Staff \with {
\accepts DrumStaff
} {
\time 12/8
\clef bass
\repeat unfold 12 {b,8}
\clef percussion
\drums \with { \remove Time_signature_engraver }{
\repea
Sven Hillebrand writes:
> Hi Everybody,
> I'm currently transcribing a Leadsheet for my Jazz Combo and the
> original contains four bars with drumnotes. When I insert the notes via
> \drummode it just prints normal notes on the center line:
>
> \version "2.18.2"
> {
>\repeat unfold 8 {e''8}
On Thu, Aug 25, 2016 at 1:33 PM, Pastor Neubauer wrote:
> I have a problem that seems to be part of the way lilypond works. I’m
> using the code below. What I am wondering is how to change the lines
> following the \break command. These lines seem to ignore all page formatt
> ing. The first line
Am 26.08.2016 um 11:40 schrieb Malte Meyn:
\version "2.18.2"
\new Staff \with {
\accepts DrumStaff
} {
\repeat unfold 8 {e''8}
\drums {
I forgot
\once \omit DrumStaff.TimeSignature
here.
hh4. r4. hh4
% else an additional clef would be printed
\once \omit DrumStaff.Cle
Am 26.08.2016 um 11:32 schrieb Sven Hillebrand:
\version "2.18.2"
{
\repeat unfold 8 {e''8}
\drummode { \clef percussion
hh4. r4. hh4. }
\clef bass d1
}
Is there a way to make it look like the original in the attachment?
Displaying percussion music in \drummode needs a DrumStaf
Hi Everybody,
I'm currently transcribing a Leadsheet for my Jazz Combo and the
original contains four bars with drumnotes. When I insert the notes via
\drummode it just prints normal notes on the center line:
\version "2.18.2"
{
\repeat unfold 8 {e''8}
\drummode { \clef percussion
hh4. r
On Thursday, August 25, 2016, Evan O'Dorney wrote:
> Glad I could brighten your day. For the record, it's simply
>
> \once \override DynamicText.X-offset = -3
>
> for dynamics attached to a note.
>
Ah, yes. No need for the initial Dynamics context. Good catch.
--
Abraham
___
13 matches
Mail list logo