Re: rotate fretdiagram and add fingering above

2016-02-16 Thread Pierre Perol-Schneider
oops: \override #'(fret-diagram-details . ((finger-code . in-dot) (orientation . landscape))) ... it did work acually 2016-02-16 11:16 GMT+01:00 David Kastrup <d...@gnu.org>: > Pierre Perol-Schneider <pierre.schneider.pa...@gmail.com> writes: > > > 1) try \override

Re: There is no key signature in the generated Midi file ?

2016-02-15 Thread Pierre Perol-Schneider
Sorry, read to fast. 2016-02-16 8:48 GMT+01:00 Urs Liska <u...@openlilylib.org>: > > > Am 16.02.2016 um 08:43 schrieb Pierre Perol-Schneider: > > Hi Esko, > > See: > http://www.lilypond.org/doc/v2.18/Documentation/usage/invoking-midi2ly > > > IIUC Esko *p

Re: There is no key signature in the generated Midi file ?

2016-02-15 Thread Pierre Perol-Schneider
Hi Esko, See: http://www.lilypond.org/doc/v2.18/Documentation/usage/invoking-midi2ly HTH. Cheers, Pierre 2016-02-16 7:38 GMT+01:00 Esko Teerilahti : > Hi ! > > I noticed that there is no key signature in the midi file. When imported > to other music software (e.g. Finale

Re: rotate fretdiagram and add fingering above

2016-02-15 Thread Pierre Perol-Schneider
1) try \override #'(fret-diagram-details . ((finger-code . in-dot) (orientation . #'landscape))) 2) How should it look like? 2016-02-15 13:30 GMT+01:00 BB : > Some time ago I got a nice code from a nice user via the user blog to make > fredboard diagrams. > One

Re: convert-ly in 2.19.36-1

2016-02-14 Thread Pierre Perol-Schneider
Hi Anders, No, it isn't. See note: http://www.lilypond.org/doc/v2.19/Documentation/usage/invoking-convert_002dly Simply put \version 2.19.36 instead as soon as your .ly file uses the latest syntax. Cheers, Pierre 2016-02-15 8:01 GMT+01:00 Anders Eriksson : > I have just

Re: Using 'scheme?' as predicate in a markup function.

2016-02-14 Thread Pierre Perol-Schneider
Yess! Thank you David. 2016-02-15 0:35 GMT+01:00 David Kastrup <d...@gnu.org>: > Pierre Perol-Schneider <pierre.schneider.pa...@gmail.com> writes: > > > Hi, > > > > After some fights with 'draw-line thickness in a score containing numbers > > of arrows I

Using 'scheme?' as predicate in a markup function.

2016-02-14 Thread Pierre Perol-Schneider
Hi, After some fights with 'draw-line thickness in a score containing numbers of arrows I've created this markup function: http://lsr.di.unimi.it/LSR/Item?id=1026 My intention was to stick to the 'arrow-head syntax. So it goes: #(define-markup-command (foo layout props axis direction) (scheme?

Re: Horizontal spacing - choir

2016-02-14 Thread Pierre Perol-Schneider
it still feels cramped. > > I used: > \context { > \Score > \override LyricText #'font-size = #-1 > } > > > > 14. feb. 2016 kl. 13.16 skrev Pierre Perol-Schneider < > pierre.schneider.pa...@gmail.com>: > > Hi Carl-Henrik, > &

Re: Horizontal spacing - choir

2016-02-14 Thread Pierre Perol-Schneider
Hi Carl-Henrik, How about a smaller font size for the lyrics? Cheers, Pierre 2016-02-14 12:58 GMT+01:00 Carl-Henrik Buschmann : > Hey, > > I need advice on how to best typeset my SATB score. The problem revolves > around horizontal spacing. > > http://lilybin.com/15a0y9/2

Re: aligning an arrow

2016-02-14 Thread Pierre Perol-Schneider
Hi Robert, Try: ^\tweak extra-offset #'(0 . -2) %% <= or whatever is needed -\markup { \combine \arrow-head #Y #DOWN ##f \draw-line #'(0 . 2) } Cheers, Pierre 2016-02-14 12:38 GMT+01:00 Robert Blackstone : > Dear all, > > In the following example I would

Re: repeat

2016-02-11 Thread Pierre Perol-Schneider
Hi, How about: \version "2.19.2" \relative c'' { \time 2/4 r8 a b c \repeat volta 2 { d e f g % } \alternative { { g, a b c } {} }% g g g g %% the rest of the music \bar "|." } Cheers, Pierre 2016-02-11 12:57

Re: "bitonal" key signatures

2016-02-10 Thread Pierre Perol-Schneider
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 <m

Re: "bitonal" key signatures

2016-02-10 Thread Pierre Perol-Schneider
Yep, much smarter Phil. 2016-02-10 14:40 GMT+01:00 Phil Holmes <m...@philholmes.net>: > 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: Pierr

Re: Writing notes for explaining rhythm

2016-02-10 Thread Pierre Perol-Schneider
\omit TimeSignature \omit BarLine \override VerticalAxisGroup.staff-staff-spacing = #'( (basic-distance . 0) (padding . 1)) } \theMusic \new Staff \theMusic >> \layout { } } Cheers, Pierr

Re: Writing notes for explaining rhythm

2016-02-10 Thread Pierre Perol-Schneider
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 >>

Re: "bitonal" key signatures

2016-02-10 Thread Pierre Perol-Schneider
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

Re: "bitonal" key signatures

2016-02-10 Thread Pierre Perol-Schneider
... 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 >

Re: LSR search not working?

2016-02-09 Thread Pierre Perol-Schneider
Harm, this looks promising! Cheers, Pierre 2016-02-09 17:17 GMT+01:00 Thomas Morley <thomasmorle...@gmail.com>: > 2016-02-08 12:35 GMT+01:00 Pierre Perol-Schneider > <pierre.schneider.pa...@gmail.com>: > > Now I see. Smart idea! > > > > Cheers, > >

Re: LSR search not working?

2016-02-08 Thread Pierre Perol-Schneider
Now I see. Smart idea! Cheers, Pierre 2016-02-07 23:31 GMT+01:00 Thomas Morley <thomasmorle...@gmail.com>: > 2016-02-07 12:13 GMT+01:00 Pierre Perol-Schneider > <pierre.schneider.pa...@gmail.com>: > > 2016-02-05 10:38 GMT+01:00 Thomas Morley <thomasmorle...@gmail.com&

Re: LSR search not working?

2016-02-07 Thread Pierre Perol-Schneider
Hi Harm, 2016-02-05 10:38 GMT+01:00 Thomas Morley : > - I inserted a remark about use of newer devel-versions with it, at a > single detail. > Yep, good idea. > - Doc-tag is removed. The way the bass-signs, "///a" etc, are done > feels more like a workaround. >

Re: Super and sub

2016-02-06 Thread Pierre Perol-Schneider
Hi all, Please be so kind to attached objective examples including publishers' name. What you "imagine", what's "possible" or "seems like" won't help much here... Cheers, Pierre 2016-02-06 22:24 GMT+01:00 John Gourlay : > Joram, > > As you say, LaTeX is for producing

Re: Super and sub

2016-02-06 Thread Pierre Perol-Schneider
+1 See the wish I had in 2013: http://lilypond.1069038.n5.nabble.com/WISH-about-super-and-sub-td152384.html Pierre 2016-02-06 21:34 GMT+01:00 Trevor Daniels : > > Kieren MacMillan wrote Saturday, February 06, 2016 8:03 PM > > >> - raise the superscript by 0.8 instead of

Re: LSR search not working?

2016-02-04 Thread Pierre Perol-Schneider
Hi Nick, This snippet has not been approved yet. Therefor, it is not taken into account is the searching algorithm. Cheers, Pierre 2016-02-04 12:16 GMT+01:00 Nick Payne : > There is an LSR snippet for Baroque lute tablature at >

Re: LSR search not working?

2016-02-04 Thread Pierre Perol-Schneider
OK I'll take a look at it tomorrow. Cheers, Pierre 2016-02-04 23:12 GMT+01:00 Thomas Morley <thomasmorle...@gmail.com>: > 2016-02-04 13:43 GMT+01:00 Pierre Perol-Schneider > <pierre.schneider.pa...@gmail.com>: > > Hi Nick, > > > > This snippet has not been app

Re: LSR search not working?

2016-02-04 Thread Pierre Perol-Schneider
Done. Cheers, Pierre 2016-02-04 23:45 GMT+01:00 Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com>: > OK I'll take a look at it tomorrow. > Cheers, > Pierre > > 2016-02-04 23:12 GMT+01:00 Thomas Morley <thomasmorle...@gmail.com>: > >> 2016-02-04 13

Re: Sustain pedal cautionary after line break

2016-02-02 Thread Pierre Perol-Schneider
Hi Kieren, hi Caio et All, Here's a trial to find a workaround avoiding the use of a TextSpanner: \version "2.18.2" \relative c'' { \set Staff.pedalSustainStyle = #'mixed \once\override Staff.SustainPedalLineSpanner.stencil = #ly:line-spanner::print \once\override

Re: Sustain pedal cautionary after line break

2016-02-02 Thread Pierre Perol-Schneider
Hi Harm, 2016-02-03 0:17 GMT+01:00 Thomas Morley : > It's 'articulations not 'articulation. > > >(set! (ly:music-property first-element 'articulation) > > (cons (make-music 'SustainEvent 'span-direction -1) > >

Re: Sustain pedal cautionary after line break

2016-02-02 Thread Pierre Perol-Schneider
Hi Trevor, Thank you for the explanation. Cheers, Pierre 2016-02-03 0:37 GMT+01:00 Trevor Daniels : > > Thomas Morley wrote Tuesday, February 02, 2016 11:17 PM > > > To make it work with recent devel versions you need to add > > \once\override

Re: Sustain pedal cautionary after line break

2016-02-02 Thread Pierre Perol-Schneider
Added to the LSR: http://lsr.di.unimi.it/LSR/Item?id=1024 Pierre ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: list of thicknesses affected by changing StaffSymbol.thickness

2016-01-31 Thread Pierre Perol-Schneider
Hi Kieren, I've never seen such list but it would be helpful. Apparently, StaffSymbol.thickness affects spanners (not all of them) proportionally: http://www.lilypond.org/doc/v2.19/Documentation/notation/spanners but also ledger lines, stem thickness, beam length fraction, beam attachment...

Re: override default bar width for only one bar

2016-01-30 Thread Pierre Perol-Schneider
Hi Ryan, Which version are you using? How about a tiny example? For v2.18, horizontal spacing see: http://lilypond.org/doc/v2.18/Documentation/notation/horizontal-spacing-overview E.g.: http://lilypond.org/doc/v2.18/Documentation/notation/changing-horizontal-spacing Cheers, Pierre 2016-01-31

Re: Sustain pedal cautionary after line break

2016-01-29 Thread Pierre Perol-Schneider
Done. To All: please feel free to propose a better snippet description if needed. Cheers, Pierre 2016-01-28 15:33 GMT+01:00 Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com>: > Yes you're right Kieren. I'll modify the description tonight, too busy for > the moment. > C

Re: no-ledgers not working with NoteHead.before-line-breaking

2016-01-29 Thread Pierre Perol-Schneider
Hi Paul, Harm had the same thought few years ago: https://lists.gnu.org/archive/html/lilypond-user/2013-09/msg00577.html No clue if that helps, Cheers, Pierre 2016-01-29 5:11 GMT+01:00 Paul Morris : > Any ideas why this doesn’t work? Thanks, -Paul > > \version “2.19.35"

All but last note

2016-01-29 Thread Pierre Perol-Schneider
Hi List, I'd like to add glissandi to a group of notes except the last one. Here's the function: glissandi = #(define-music-function (parser location music) (ly:music?) "Add a glissando to all but last note" (let ((all-but-last-note (drop-right (ly:music-property music 'elements

Re: All but last note

2016-01-29 Thread Pierre Perol-Schneider
Using v2.18.2. Pierre 2016-01-29 12:14 GMT+01:00 Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com>: > Hi List, > > I'd like to add glissandi to a group of notes except the last one. > Here's the function: > > glissandi = > #(define-music-function (parse

Re: All but last note

2016-01-29 Thread Pierre Perol-Schneider
Copied! Thank you David. Pierre 2016-01-29 12:36 GMT+01:00 David Kastrup <d...@gnu.org>: > Pierre Perol-Schneider <pierre.schneider.pa...@gmail.com> writes: > > > Hi List, > > > > I'd like to add glissandi to a group of notes except the last one. > &

Re: "Automatische Aufteilung von Noten"

2016-01-28 Thread Pierre Perol-Schneider
Hi Bernhard, Some variables and the version you are using are missing. I cannot compile your snippet. Please read: http://www.lilypond.org/tiny-examples.de.html Anyway, this compiles fine here: \version "2.18.2" soprano = { a' } alto = { c' } tenor = { a } bass = { \clef bass c } verseOne =

Re: Sustain pedal cautionary after line break

2016-01-28 Thread Pierre Perol-Schneider
Yes you're right Kieren. I'll modify the description tonight, too busy for the moment. Cheers, Pierre 2016-01-28 15:18 GMT+01:00 Kieren MacMillan : > Hi Pierre, > > > Added to the LSR: http://lsr.di.unimi.it/LSR/Item?id=1023 > > Thanks for doing this! > > Maybe

Re: Sustain pedal cautionary after line break

2016-01-28 Thread Pierre Perol-Schneider
Added to the LSR: http://lsr.di.unimi.it/LSR/Item?id=1023 Cheers, Pierre ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: attach glissandi to stems instead of noteheads

2016-01-27 Thread Pierre Perol-Schneider
Hi Caio, How about: \version "2.19.35" #(define path-gliss (lambda (handle) (lambda (grob) (if (ly:stencil? (ly:line-spanner::print grob)) (let* ((stencil (ly:line-spanner::print grob)) (X-ext (ly:stencil-extent stencil X)) (Y-ext (ly:stencil-extent stencil Y))

Re: attach glissandi to stems instead of noteheads

2016-01-27 Thread Pierre Perol-Schneider
2016-01-27 19:38 GMT+01:00 Caio Giovaneti de Barros : Well, you can see that this code is much bigger than mine. > Yep, plus some copy/paste errors. So here again: \version "2.19.32" #(define path-gliss (lambda (grob) (if (ly:stencil? (ly:line-spanner::print

Re: attach glissandi to stems instead of noteheads

2016-01-27 Thread Pierre Perol-Schneider
. 1) (padding . 0)) (left (attach-dir . 1) (padding . 0))) \override NoteHead.no-ledgers = ##t \stemUp } } Pierre 2016-01-27 20:02 GMT+01:00 Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com>: > > > 2016-01-27 19:38 GMT+01:00 Caio Giovaneti de Barros <

Re: attach glissandi to stems instead of noteheads

2016-01-27 Thread Pierre Perol-Schneider
no-ledgers = ##t \stemUp } } Well I think this is it ;) and, again, sorry for the noise. Cheers, Pierre 2016-01-27 20:05 GMT+01:00 Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com>: > Sorry, too fast: > > > #(define (add-gliss m) >(case (ly:music-prope

Re: Sustain pedal cautionary after line break

2016-01-27 Thread Pierre Perol-Schneider
Hi Caio, Here's a possible workaround: \version "2.19.35" \relative c'' { \set Staff.pedalSustainStyle = #'mixed c1\sustainOn \break c1 c1\sustainOff } sustOn = #(define-event-function (parser location)() #{ \tweak bound-details.left.text \markup\concat { \musicglyph

Re: Sustain pedal cautionary after line break

2016-01-27 Thread Pierre Perol-Schneider
Hi Kieren, I do not understand how you reduce the ped. spanner with a markup: \version "2.19.35" \relative c'' { \set Staff.pedalSustainStyle = #'mixed c1\sustainOn \break c1 _\markup\concat { \musicglyph #"pedal.Ped" ". " } c1\sustainOff } Could you tell me a little more? Cheers, Pierre

Re: Sustain pedal cautionary after line break

2016-01-27 Thread Pierre Perol-Schneider
Thank you Kieren. Cheers, Pierre 2016-01-27 23:00 GMT+01:00 Kieren MacMillan : > Hi Pierre, > > > Could you tell me a little more? > > Here’s a tweaked-up example: > > \relative c'' { > \set Staff.pedalSustainStyle = #'mixed > c1\sustainOn \break > c1 -\tweak

Re: Sustain pedal cautionary after line break

2016-01-27 Thread Pierre Perol-Schneider
weak bound-details.right.text \markup\draw-line #'(0 . 1) \tweak padding #1 \tweak direction #-1 \startTextSpan #}) Cheers, Pierre 2016-01-27 22:54 GMT+01:00 Caio Giovaneti de Barros <caio.bar...@gmail.com>: > > On 27-01-2016 19:30, Pierre Perol-Schnei

Re: Rests in Dynamics context

2016-01-26 Thread Pierre Perol-Schneider
Hi Caio, Here's a simple way: \version "2.19.35" \new PianoStaff << \new Staff { s4 e'4 s2 e'4 } \new Dynamics \with { \consists "Rest_engraver" } { r4 s4 r2 s4 r1 } \new Staff { \clef F s4 c s2 c4 } >> Cheers, Pierre 2016-01-26 17:49 GMT+01:00 Caio Giovaneti de Barros

Re: proportional horizontal space in accelerando and ritardando

2016-01-26 Thread Pierre Perol-Schneider
Hi Caio, Hi Malte, Well there's something strange here: proportional duration seems to work in one feather direction only: \version "2.19.35" \relative c'' { \set Score.proportionalNotationDuration = #(ly:make-moment 1/40) \override Beam.grow-direction = #RIGHT \featherDurations

Re: proportional horizontal space in accelerando and ritardando

2016-01-26 Thread Pierre Perol-Schneider
e e e e e e] } \override Beam.grow-direction = #LEFT \featherDurations #(ly:make-moment 3/2) %% <= !!! { e32[ e e e e e e e e e e e \revert NoteHead.transparent e] } \override Beam.grow-direction = #'() s8 } Cheers, Pierre 2016-01-26 22:10 GMT+01:00 Pierre Pe

Remove system separator

2016-01-25 Thread Pierre Perol-Schneider
Hi All, I need to typeset an orchestral piece showing system separators together with solo scores without the system separator. Any idea ? %% Snippet: %% \version "2.19.35" #(set-default-paper-size "a6landscape") instruOne = \new Staff { \set Staff.instrumentName = "Inst. 1"

Re: Remove system separator

2016-01-25 Thread Pierre Perol-Schneider
Many thanks Abraham. That helps perfectly. ~Pierre 2016-01-25 19:50 GMT+01:00 tisimst : > Pierre, > > On Mon, Jan 25, 2016 at 8:31 AM, Schneidy [via Lilypond] <[hidden email] > > wrote: > >> Hi All, >> >> I need to

Re: Square note head style

2016-01-25 Thread Pierre Perol-Schneider
Hi Caio, How about: \version "2.18.2" #(define (my-note-head grob) (let ((duration (ly:grob-property grob 'duration-log))) (if (>= duration 2) (grob-interpret-markup grob #{ \markup \filled-box #'(-0.5 . 0.5) #'(-0.5 . 0.5) #0 #})

Re: Compiling a file results in message: Exited with return code -1073741819.

2016-01-25 Thread Pierre Perol-Schneider
Hi Joseph, Try to googlize "Exited with return code -1073741819" Some interesting things over there. HTH, Pierre 2016-01-26 1:08 GMT+01:00 Urs Liska : > > > Am 26.01.2016 um 01:04 schrieb Joseph N. Srednicki: > > Please see the attached file. > > > > Go to line 253. > > >

Re: How to retrieve information?

2016-01-22 Thread Pierre Perol-Schneider
Hi Luca, 2016-01-21 23:55 GMT+01:00 Luca Danieli : > For example, I am right now looking for "open", "half-open" and "very > open" embouchure for flute. > I can find only the "open" symbol and probably now I will try to shrink > and enlarge the symbol to realize what I

Re: Compressing percent repeats.

2016-01-22 Thread Pierre Perol-Schneider
Hi Michae, Well actually I've hesitated to do that. It depends on how you read it. I finally choose to stick to : \version "2.19.35" \relative c'' { \set countPercentRepeats = ##t \repeat percent 8 { c1 } } But ok, it's a personal choice, maybe not the best. Cheers, Pierre 2016-01-22

Re: Compressing percent repeats.

2016-01-21 Thread Pierre Perol-Schneider
with { instrumentName = "Inst 2" } \soloInstrumentTwo >> } \markup\italic "Solo score:" \score { \new Staff \with { instrumentName = "Inst 1" } \soloInstrumentOne } \layout { ragged-last = ##t } Cheers, Pierre 2016-01-19 12:44 GMT+01:00 Pierre Pero

Re: platform specific variables

2016-01-19 Thread Pierre Perol-Schneider
Am 19.01.2016 um 09:46 schrieb Pierre Perol-Schneider: > > Hi Urs, > > Win8: > > Starting lilypond-windows.exe 2.19.35 [Untitled]... > windows > #f > c:\users\pierre\appdata\local\temp\frescobaldi-kkov6w\tmp6edst4 > #t > #f > > > This looks strange to

Re: platform specific variables

2016-01-19 Thread Pierre Perol-Schneider
Hi Urs, Win8: Starting lilypond-windows.exe 2.19.35 [Untitled]... windows #f c:\users\pierre\appdata\local\temp\frescobaldi-kkov6w\tmp6edst4 #t #f Processing `c:/users/pierre/appdata/local/temp/frescobaldi-kkov6w/tmp6edst4/ document.ly' Parsing... Success: compilation successfully completed

Re: Compressing percent repeats.

2016-01-19 Thread Pierre Perol-Schneider
Hi Hwaen Ch'uqi, Far from being perfect but it's a start: \version "2.19.35" compressPercent = #(define-music-function (repeats notes) (integer? ly:music?) #{ \tag Orch { %% Optional: %\set countPercentRepeats = ##t \repeat percent #repeats \absolute { #notes } } \tag

Re: Compressing percent repeats.

2016-01-19 Thread Pierre Perol-Schneider
BTW, another hacky solution would be to use \compressFullBarRests and simply change its stencil with the 'percent' sign. Not nice though. ~Pierre 2016-01-19 12:27 GMT+01:00 Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com>: > Hi Hwaen Ch'uqi, > > Far from being perfect b

Re: smallest possible bounding box

2016-01-17 Thread Pierre Perol-Schneider
Hi Carl-Henrik, Simply defined the 'paper' dimension you'd like : \paper { paper-height = 150 paper-width = 50 } E.g. : \version "2.19.35" %--- % Global variables %--- global = { \time 4/4 \key c \major }

Re: Outliner markup command

2016-01-16 Thread Pierre Perol-Schneider
Thank you Harm, great work. Cheers, Pierre 2016-01-15 23:58 GMT+01:00 Thomas Morley : > 2016-01-13 22:14 GMT+01:00 Thomas Morley : > > 2016-01-13 16:17 GMT+01:00 Paul Morris : > >>> On Jan 12, 2016, at 6:09 PM, Thomas

Re: Alignment of ‘non-extremal’ bass figures

2016-01-16 Thread Pierre Perol-Schneider
Hi Simon, Here's a basic solution: \version "2.19.35" \score { << { s1 } \figures { <10 9>4 %<8> %<\markup\strut 8> %<\markup\vspace #2 8> %<\markup " " 8> <\markup\transparent 8 8> } >> } HTH. Cheers, Pierre 2016-01-16 0:48 GMT+01:00 Simon

Re: Outliner markup command

2016-01-16 Thread Pierre Perol-Schneider
Added to the LSR: http://lsr.di.unimi.it/LSR/Item?id=1016 Cheers, Pierre 2016-01-16 11:26 GMT+01:00 Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com>: > Thank you Harm, great work. > Cheers, > Pierre > > 2016-01-15 23:58 GMT+01:00 Thomas Morley <thomasmorle...@

Re: Outliner markup command

2016-01-13 Thread Pierre Perol-Schneider
Hi Harm, 2016-01-13 0:09 GMT+01:00 Thomas Morley : > You can't hope a markup-command will accept an override for a > property, if said property isn't declared in any way. > Well, I thought it *was *declared since the code description says : "This function works by

Re: Outliner markup command

2016-01-13 Thread Pierre Perol-Schneider
OK thanks David. 2016-01-13 13:45 GMT+01:00 David Kastrup <d...@gnu.org>: > Pierre Perol-Schneider <pierre.schneider.pa...@gmail.com> writes: > > > Hi David, > > > > 2016-01-12 23:52 GMT+01:00 David Kastrup <d...@gnu.org>: > > > > &g

Re: Outliner markup command

2016-01-13 Thread Pierre Perol-Schneider
Hi David, 2016-01-12 23:52 GMT+01:00 David Kastrup : > \override #`(color . ,red) > > And yes, I use a backward tick here. The forward tick will not > cooperate with the comma later. > I'm not sure to clearly understand what I can do here but i'll investigate anyhow. Thanks for

Re: Behavior of non-flag side with strictBeatBeaming

2016-01-13 Thread Pierre Perol-Schneider
The second is simply the easiest to read. HTH Pierre 2016-01-13 18:59 GMT+01:00 Kieren MacMillan : > Hi Urs, > > > which of the attached engravings do you prefer, LilyPond's current or > the modified? > > The second. > And Gould agrees. =) > > Hope this helps! >

Re: Outliner markup command

2016-01-13 Thread Pierre Perol-Schneider
Thank you Simon for this clear explanation. Pierre 2016-01-13 20:17 GMT+01:00 Simon Albrecht <simon.albre...@mail.de>: > On 13.01.2016 13:24, Pierre Perol-Schneider wrote: > >> Hi David, >> >> 2016-01-12 23:52 GMT+01:00 David Kastrup <d...@gnu.org <mailto:d..

Re: Outliner markup command

2016-01-12 Thread Pierre Perol-Schneider
Hi Harm, 2016-01-12 21:24 GMT+01:00 Thomas Morley : > I've always found it a little so-so, to define custom markup-commands > only combining a personal choice of preexisting markup-commands. > I fully agree, it's just that my scheme knowledge is also a little so-so ;)

Re: Outliner markup command

2016-01-12 Thread Pierre Perol-Schneider
2016-01-12 21:35 GMT+01:00 Thomas Morley : > You can already put it into LSR: comment out the code, let a > dummy-markup displayed and add [needs LSR upgrade] to the title. It > will then be stored in the unapproved snippets, not searchable, > though. > Yep that was my

Re: Outliner markup command

2016-01-12 Thread Pierre Perol-Schneider
Hi Simon, 2016-01-12 20:46 GMT+01:00 Simon Albrecht : > Nice idea! You needn’t quote the strings, and #"orange" is at least a > little less convoluted. > Yep ! Ok. ___ lilypond-user mailing list lilypond-user@gnu.org

Outliner markup command

2016-01-12 Thread Pierre Perol-Schneider
Hi, Yesterday night I thought about rewriting this snippet: http://lsr.di.unimi.it/LSR/Item?id=890 using the new whiteout 'outline' override and finally discovered a funny side effect: \version "2.19.35" #(set-default-paper-size "a6") #(define-markup-command (outliner layout props outln-width

Re: Outliner markup command

2016-01-12 Thread Pierre Perol-Schneider
gt; > > ----- Original Message ----- > *From:* Pierre Perol-Schneider <pierre.schneider.pa...@gmail.com> > *To:* lilypond-user <lilypond-user@gnu.org> > *Sent:* Tuesday, January 12, 2016 2:37 PM > *Subject:* Outliner markup command > > Hi, > > Yesterday ni

Re: Can't seem to merge note groups

2016-01-11 Thread Pierre Perol-Schneider
Hi Michiel, How about : << { \once\override NoteHead.stencil = ##f 8_[ d e d] } \new Voice { \voiceTwo 2 } >> ... Cheers, Pierre 2016-01-12 5:05 GMT+01:00 Michiel Sikma : > Hi all, > > I've been trying to solve

Re: Hairpin across line break

2016-01-10 Thread Pierre Perol-Schneider
Hi Andrew, Try: \version "2.19.35" \relative c'' { \clef treble \time 1/4 c c c c c c c_\f -\tweak to-barline ##f -\tweak after-line-breaking ##t \> c c c \break c_\pp c c c c c c c c c } Cheers, Pierre 2016-01-11 6:30 GMT+01:00 Andrew Bernard : >

Re: how to produce this symbol?

2016-01-10 Thread Pierre Perol-Schneider
scale #'(1 . .7) \musicglyph #"scripts.trill_element" } e gis b } Cheers, Pierre 2016-01-09 22:15 GMT+01:00 Bric <b...@flight.us>: > On 01/09/2016 10:48 AM, Pierre Perol-Schneider wrote: > >> Hi Bric, >> >> How about : >> >> \ver

Re: how to produce this symbol?

2016-01-09 Thread Pierre Perol-Schneider
Hi Bric, How about : \version "2.18.2" \transpose c c'' { s2. r4 | dis8 ^\markup { \translate #'(-5 . 0) \rotate #-45 \pattern #4 #X #0 \musicglyph #"scripts.trill_element" } e gis b } Cheers, Pierre 2016-01-09 15:37 GMT+01:00 Bric : > attaching a png of

Re: How to reproduce this?

2016-01-07 Thread Pierre Perol-Schneider
Hi Buschmann, How about : \version "2.18.2" %\language "german" \layout { \context { \ChordNames \override ChordName.font-family = #'serif \override ChordName.font-size = #0 } } << \chords { f2 gis4 dis b } << \relative c'' { \numericTimeSignature

Re: How to shift stem from one side of a note to the other side

2016-01-02 Thread Pierre Perol-Schneider
Hi, Here's a fairly simple hack: \version "2.19.32" \new Staff { R1 << \new Voice = "1" { \voiceOne g'2 4*2 } \new Voice = "2" { \voiceTwo e'2 4~ } >> R1 } Cheers, Pierre 2016-01-01 2:16 GMT+01:00

Re: Notation snippets

2015-12-27 Thread Pierre Perol-Schneider
Hi Andrea, How about: \version "2.19.34" my-staff = \markup\stencil #(make-path-stencil '(M 0 2 L 5 2 M 0 1 L 5 1 M 0 0 L 5 0 M 0 -1 L 5 -1 M 0 -2 L 5 -2) 0.1 1 1 #f) \markup { %% clef G \combine \my-staff \translate #'(1

Re: Notation snippets

2015-12-27 Thread Pierre Perol-Schneider
Andy, this should work: \markup \override #'(style . mensural) \note-by-number #5 #0 #UP Cheers, Pierre 2015-12-27 18:22 GMT+01:00 Jayaratna : > Thank you, Pierre and Schneidy, > > it works. What about mensural notes as well? > Mensural flags are not suupported by

Re: Notation snippets

2015-12-27 Thread Pierre Perol-Schneider
-12-27 17:19 GMT+01:00 Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com>: > Hi Andrea, > > How about: > > \version "2.19.34" > > my-staff = \markup\stencil > #(make-path-stencil > '(M 0 2 L 5 2 > M 0 1 L 5 1 >

Re: Extending staff lines through key change

2015-12-13 Thread Pierre Perol-Schneider
Hi All, adding s8 or s16 do not work properly since it makes end staff longer. The solution I use nowadays is not elegant but works perfectly : \version "2.19.32" end-staff = \markup \with-dimensions #'(0 . 0) #'(0 . 0) \stencil #(make-path-stencil '(M 0-2 L

Re: problem adding \epsfile to markup

2015-12-12 Thread Pierre Perol-Schneider
Hi Harm, 2015-12-06 0:44 GMT+01:00 Thomas Morley <thomasmorle...@gmail.com>: > 2015-12-05 21:49 GMT+01:00 Pierre Perol-Schneider > <pierre.schneider.pa...@gmail.com>: > > Hi Ryan, > > The attached file seems to do the job. > > Cheers, > > Pierre > &g

Re: Extending staff lines through key change

2015-12-12 Thread Pierre Perol-Schneider
Hi, see a recent conversation: http://lilypond.1069038.n5.nabble.com/WAS-Staff-ends-before-clef-time-and-key-td183976.html HTH, ~Pierre 2015-12-12 22:41 GMT+01:00 Cynthia Karl : > I’m engraving a piece that ends with a *D.C. al Fine*. Also the key at > the beginning of the

Re: custom right-hand fingering

2015-12-08 Thread Pierre Perol-Schneider
Hi Federico, Maybe: \version "2.19.33" tm = \rightHandFinger \markup\tiny "Tm" ti = \rightHandFinger \markup\tiny "Ti" { c'\tm c'\ti } could be fine. Cheers, ~Pierre 2015-12-08 19:36 GMT+01:00 Federico Bruni : > Hi all > > I'd like to create a custom right-hand

Re: problem adding \epsfile to markup

2015-12-05 Thread Pierre Perol-Schneider
Hi Ryan, I don't think that this warning has something to do with the eps file. Cheers, ~Pierre 2015-12-05 11:56 GMT+01:00 Ryan Michael : > I have a local EPS file called "niolin.eps" which I am trying to add to my > markup. I think i need to add a bounding box for it

Re: problem adding \epsfile to markup

2015-12-05 Thread Pierre Perol-Schneider
Hi Ryan, The attached file seems to do the job. Cheers, Pierre 2015-12-05 21:41 GMT+01:00 David Kastrup : > Ryan Michael writes: > > >> On Sat, Dec 5, 2015 at 3:55 AM, David Kastrup wrote: > >> > >>> Thomas Morley

Re: Using tiny inside a chord

2015-12-04 Thread Pierre Perol-Schneider
Hi Alberto, this should work: \version "2.18.2" \relative { } Cheers, Pierre 2015-12-04 22:23 GMT+01:00 Alberto Simões : > hello > > I discussed this some time ago, I think... > > why doesn't this work? > > > > but it works if I apply tiny to the whole

Re: Repeat with Alternative on First Time

2015-11-25 Thread Pierre Perol-Schneider
Hi Mike, See: http://lsr.di.unimi.it/LSR/Item?id=915 Cheers, ~Pierre 2015-11-25 15:25 GMT+01:00 Michael Hartl : > Hi Robert, > > thank you for pointing me to this bit of the manual. Somehow I overlooked > it even though I scanned > the page at least twice. > > I did it

Re: [WAS] Staff ends before \clef, \time and \key

2015-11-23 Thread Pierre Perol-Schneider
0.2) \key e \minor \grace s4 } Cheers, ~Pierre 2015-11-23 10:36 GMT+01:00 Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com>: > Hi, > > See: > http://lilypond.1069038.n5.nabble.com/Staff-ends-before-clef-time-and-key-td174133.html#a174182 > > Reminder: > > %% H

Re: [WAS] Staff ends before \clef, \time and \key

2015-11-23 Thread Pierre Perol-Schneider
Or even: \version "2.19.32" { \key e\major \time 3/4 % mes.98 a'2. \bar "||" \tweak KeySignature.X-extent #'(0 . 1.4) \key e \minor s8 } 2015-11-23 20:29 GMT+01:00 Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com>: > Thanks to you guys:

Re: [WAS] Staff ends before \clef, \time and \key

2015-11-23 Thread Pierre Perol-Schneider
'cause of a DS to the former key sig. 2015-11-23 20:45 GMT+01:00 Simon Albrecht <simon.albre...@mail.de>: > On 23.11.2015 10:36, Pierre Perol-Schneider wrote: > >> Hi, >> >> See: >> http://lilypond.1069038.n5.nabble.com/Staff-ends-before-clef-time-and-key-

Re: [WAS] Staff ends before \clef, \time and \key

2015-11-23 Thread Pierre Perol-Schneider
%%% > I can’t get the tweak on X-extent to work here… > > Yours, Simon > > On 23.11.2015 20:52, Pierre Perol-Schneider wrote: > >> 'cause of a DS to the former key sig. >> >> 2015-11-23 20:45 GMT+01:00 Simon Albrecht <simon.albre...@mail.de >> <mailto:sim

[WAS] Staff ends before \clef, \time and \key

2015-11-23 Thread Pierre Perol-Schneider
Hi, See: http://lilypond.1069038.n5.nabble.com/Staff-ends-before-clef-time-and-key-td174133.html#a174182 Reminder: %% Here works fine: \version "2.18.2" { \key e\major \time 3/4 % mes.98 s2. \bar "||" \key e \minor } %% Bug here: \version "2.19.32" { \key e\major \time 3/4

Re: Please help with fretboard diagram spacing

2015-11-19 Thread Pierre Perol-Schneider
leaving only the > \override) works the same, or is it different somehow that I'm not > understanding? > > On November 17, 2015 at 8:43 AM Pierre Perol-Schneider < > pierre.schneider.pa...@gmail.com> wrote: > > Hi Tom, > > In your example the fret-diagram is placed a

Re: The stafftab reversed!?

2015-11-18 Thread Pierre Perol-Schneider
+1 ~Pierre 2015-11-18 10:11 GMT+01:00 Phil Holmes : > The simplest would be to add it as a snippet and tag it as docs. > ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: The stafftab reversed!?

2015-11-17 Thread Pierre Perol-Schneider
Well it is actually in the manual: http://www.lilypond.org/doc/v2.18/Documentation/internals/tab_005fnote_005fheads_005fengraver 2015-11-17 11:46 GMT+01:00 Mario Moles : > Great! Thank you so match! > > :) ;) > > In data martedì 17 novembre 2015 10:30:00, hai scritto: >

<    2   3   4   5   6   7   8   9   10   11   >