How can I change flag in metronome mark?

2013-01-06 Thread karol
Hi, How can I change flag in metronome mark? Unfortunately *\override Flag.stencil = #old-straight-flag* doesn't work. It seems that there is no simple answer to that question. -- View this message in context: http://lilypond.1069038.n5.nabble.com/How-can-I-change-flag-in-metronome-mark-tp1388

Re: Shifting ties horizontally

2013-01-08 Thread karol
You have to use shape-tie function. First create file shape-tie.ly and paste the following code: Then include shape-tie.ly in your document and you can do something like: Those numbers are vector pairs (x y x y x y x y). Each pair refers to different control point (thera are four control poin

Re: Shifting ties horizontally

2013-01-09 Thread karol
If you are using 2.14.2 then change to Does this work? -- View this message in context: http://lilypond.1069038.n5.nabble.com/Shifting-ties-horizontally-tp139068p139120.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-us

horizontal spacing of beamed notes

2013-01-13 Thread karol
Hello list, Currently I got stuck on some horizontal spacing issue. Please, take a look at the attachment. As you can see, there is this group All I want to achieve is to have all distances between beamed notes (stems) equal, so that A = B = C = D = E. I know that because of accidentals this grou

Re: center align dynamics issue

2014-04-08 Thread karol
atest-09.ly it was impossible. But with atest-10.ly it is OK :) Karol -- View this message in context: http://lilypond.1069038.n5.nabble.com/center-align-dynamics-issue-tp161365p161410.html Sent from the User mailing list archive at Nabble.com. ___ l

Re: Problem installing on WinXP.

2005-01-17 Thread Karol Langner
ot with the program. Maybe you could paste you file in a mail? Karol -- written by Karol Langner Mon Jan 17 17:30:29 CET 2005 ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

LilyPond on Debian

2005-01-18 Thread Karol Langner
Hi all, I'm using the testing version of Debian. The official deb repositories have version 2.2 of LilYPond. Does anyone know of any reliable repositories with a newer version? Cheers! -- written by Karol Langner Tue Jan 18 09:13:56 CET

Re: Suppressings time signatures

2005-01-19 Thread Karol Langner
Hi Gordon, I'm not aware if someone has already answered. Anyways, you can add this line to staff for which you want no time signature. It makes it transparent. \property Score.TimeSignature \set #'transparent = ##t Hope it works, Karol On Wednesday 19 January 2005 02:49, Gord

Re: Suppressings time signatures

2005-01-19 Thread Karol Langner
Hi again, The syntax will differ among versions, I think. For instance, 2.2.6 it would be (different than I wrote before): \set Score.TimeSignature #'transparent = ##t Cheers, Karol On Wednesday 19 January 2005 02:49, Gordon Gilbert wrote: > Hi! > > I've tried a whole bu

Re: Suppressings time signatures

2005-01-19 Thread Karol Langner
Hi again, Sorry again, in 2.2.6 I believe it would be: \override Staff.TimeSignature #'transparent = ##t Cheers, Karol On Wednesday 19 January 2005 02:49, Gordon Gilbert wrote: > Hi! > > I've tried a whole bunch of things to do this ... > > The file below was writ

Re: Suppressing Time signatures

2005-01-20 Thread Karol Langner
ing like '\property Score.TimeSignature \set #'transparent = ##t', but can't say for cartain. You need to check the 'Changing defaults' seciton in your manual. Cheers -- written by Karol Langner Thu Jan 20 13:51:33 CET 2005 __

Re: suggested dynamics

2005-01-25 Thread Karol Langner
) } would give an effective (mp). Cheers -- written by Karol Langner Tue Jan 25 22:18:41 CET 2005 ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

How to \neutralizeMusic in the entire score?

2013-03-21 Thread Karol Majewski
. Any help would be much appreciated. Karol ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Odp: Re: How to \neutralizeMusic in the entire score?

2013-03-21 Thread Karol Majewski
more flexible solution. Of course "\override..." would solve the problem. as I could place \override command within "neutralize.ly" file. Seems to be a tough nut for me. Trying to crack it since two days. Dnia Czwartek, 21 Marca 2013 21:27 David Kastrup napisał(a) > "K

Odp: Re: Odp: Re: How to \neutralizeMusic in the entire score?

2013-03-21 Thread Karol Majewski
Thank you, Maestro! This is what I was looking for :) Dnia Czwartek, 21 Marca 2013 22:41 David Kastrup napisał(a) > "Karol Majewski" writes: > > > Wow... thank you for quicke response, David. > > > > I forget to mention one thing: my goal is to create s

Re: Repeated accidental after tie across line break

2013-03-26 Thread Karol Majewski
I think that making distiction between classical and non-clasiccal music is very important here. To be more precise - distinction between music _with_ key signature (classical) and music _without_ key signature. The point is that ambiguity is caused by the presence of key signature. If there is no

proper beaming question

2015-12-05 Thread Karol Majewski
By default, LilyPond's beaming of eight rest and three eight notes in 4/4 meter is: r8 c'8[ c'8 c'8] E. Gould on p. 164 states that: Rhythmic figures that are not part of a repeated pattern may be best beamed into separate beats, so that they are not mistaken for triplets nor fot groups of thr

MinGW Runtime Assertion error

2016-03-05 Thread Karol Majewski
Hi. The following code gives error. What am I doing wrong? BEGIN== \version "2.19.37" PS = #(ly:make-stencil (list 'embedded-ps "gsave currentpoint translate newpath 0.125 setlinewidth 0.0625 -0.5 moveto 0.0625 0.5

Re: Whiteout box function by Thomas Morley / need help

2016-03-05 Thread Karol Majewski
There is an issue with DynamicText placed at the end of hairpin.   If DynamicText is placed after the end of hairpin and some extraWhiteout is added to the left of DynamicText then the whole DynamicText is shifted to the right.   I want DynamicText to stay centered below note. Any suggestions are

Re: Whiteout box function by Thomas Morley / need help

2016-03-06 Thread Karol Majewski
OK, it seems that \override DynamicLineSpanner.vertical-skylines = #'() does the job.   There is an issue with DynamicText placed at the end of hairpin.   If DynamicText is placed after the end of hairpin and some extraWhiteout is added to the left of DynamicText then the whole DynamicText is shi

Re: Whiteout box function by Thomas Morley / need help

2016-03-06 Thread Karol Majewski
skylines: in a nutshell, skylines are invisible borders. Setting them to #'() affects the shape of these borders.   --Karol ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: note stem problem

2016-03-06 Thread Karol Majewski
Hmmm... you can't beam quarter note with eight note since quarter note doesn't have a beam.   ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: note stem problem

2016-03-06 Thread Karol Majewski
You should put the first bracket _after_ the first note:   \version "2.19.0"  \relative c {        \key c \major   \clef "bass_8"   r4 bes, bes'8[ e,] (e) g, }   --Karol ___ lilypond-user mailing list lilypond-user@gnu.

Odp: partcombine rest moves up when voice 2 has a full rest

2014-01-26 Thread Karol Majewski
Perhaps it's related to this:   http://lilypond.1069038.n5.nabble.com/partcombine-bug-missplaced-rest-td152312.html   https://code.google.com/p/lilypond/issues/detail?id=3612&thanks=3612&ts=1381827371     Hi, I have an issue with partcombine when the second voice has a full rest (r1 or R1)

Hairpin to the last bar line

2014-01-26 Thread Karol Majewski
to run unterminated hairpins to the last bar line? Note that this is how sustain pedal works. { \set Score.pedalSustainStyle = #'mixed c'1~ \sustainOn c'1 \bar "|." } Karol Majewski ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Hairpin to the last bar line

2014-01-26 Thread Karol Majewski
> { > \override Hairpin.to-barline = ##f > c'1 \< c'1 <> \! \bar "||" > } > this draws the hairpin to the bar line though there are error messages. Yes... using s1*0 also gives error messages. This is really frustrating... ___ lilypond-user mai

Re: Hairpin to the last bar line

2014-01-26 Thread Karol Majewski
Well, as I said, it's not clear on which beat you have to put \! here to get the proper length of hairpin. You could do: { c'1~ \< << c'1 { s4*3 s4 \! } >> \bar "|." } or { c'1~ \< << c'1 { s4*3 s8 s8 \! } >> \bar "|." } or { c'1~ \< << c'1 { s4*3 s16*3 s16 \! } >> \bar "|." } e

Re: Hairpin to the last bar line

2014-01-26 Thread Karol Majewski
= ##t then everything is fine: { \override DynamicTextSpanner.to-barline = ##t \crescTextCresc c'1 \< c'1 <> \! \bar "||" } Karol ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

horizontal alignment od cresc./dim.

2014-01-30 Thread Karol Majewski
re is correct. Couldn't find any clue in "Behind Bars". For comparsion, TextScript marks _do_ start at the main column. Is this behavior intentional? -- Karol <>___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org

whole page rotated

2014-03-04 Thread Karol Majewski
Hi, In the following code, I want to rotate custom note head. To my suprise, this code makes the whole page rotated if there is a line break. What I'm I doing wrong? #(define nhg (lambda (grob) (if (= 2 (ly:grob-property grob 'duration-log)) (begin (let* ((stem

Re: whole page rotated

2014-03-04 Thread Karol Majewski
Hi Harm, this is nice workaround, indeed. But how can I modify it to have different glyph for each duration-log? The original code was: #(define nhg (lambda (grob) (if (= 2 (ly:grob-property grob 'duration-log)) (begin (let* ((stem (ly:grob-object grob

Re: whole page rotated

2014-03-04 Thread Karol Majewski
Thanks! This is exactly what I need! Hopefully the rotation bug will be solved eventually. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

articulation script vertically centered between staff lines.

2014-03-10 Thread Karol Majewski
uot;2.19.3" upper = { \clef treble \time 2/4 \voiceOne a''8 \noBeam 8 } lower = { \clef bass \time 2/4 \override Beam.auto-knee-gap = ##f \voiceTwo b8 -. \change Staff = "upper" 8 -. } \score { \new PianoStaff << \new Staff = "upper" \

Does 'strut' command work in LilyPond?

2014-03-29 Thread Karol Majewski
ut it doesn't. Maybe I'm doing something wrong? -Karol ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Does 'strut' command work in LilyPond?

2014-03-29 Thread Karol Majewski
I tried different order, but it didn't work. Could you please give an example of how to use 'strut' properly? Dnia 30-03-2014 o godz. 0:57 David Kastrup napisał(a): > "Karol Majewski" writes: > > > According to: > > > > http://www.li

Re: Does 'strut' command work in LilyPond?

2014-03-30 Thread Karol Majewski
ght of box, independently of what text is entered. -Karol ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Does 'strut' command work in LilyPond?

2014-03-30 Thread Karol Majewski
Very nice workaround! For Cental Europe languages it's better to replace "fp" with, let's say, "Śp". > 2014-03-30 0:35 GMT+01:00 Karol Majewski : > > According to: > > > > http://www.lilypond.org/doc/v2.19/Documentation/notation/other > >

2.19.4 - when?

2014-03-31 Thread Karol Majewski
Hi. Can we expect 2.19.4 today? I guess it's about time. It's been a month since last development release. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Whiteout box function by Thomas Morley / need help

2014-04-05 Thread Karol Majewski
ent at all. Don't quite know how to do this. Any hints would be appreciated. Thanks, Karol %% \version "2.19.1" dynamicTextWhiteout = #(define-music-function (parser location adds) (pair?) (define (flexible-stencil-whiteout add stencil) (let* ((x-

Re: Whiteout box function by Thomas Morley / need help

2014-04-06 Thread Karol Majewski
ation for 2.19 it's written that default value for DynamicText.extra-spacing-width is '(+inf.0 . -inf.0), which is not true anymore. > Hi Karol, > > will have a look at it tomorrow, right now I'm overtired ... > > Cheers, > Harm ___

Re: Whiteout box function by Thomas Morley / need help

2014-04-07 Thread Karol Majewski
Thanks again Harm. This is very useful function. Hopefully I'm not the only one who appreciates it. > > Hi Karol, > > below the revised function. > 'moreWhiteout' takes one optional and two normal arguments: > Specifying whether the stencil should be boxed (bo

center align dynamics issue

2014-04-08 Thread Karol Majewski
Hi \version "2.19.4" { \mf } Here, dynamic mark is centered on 'c'. Shouldn't it be cented on main column ('d') by default? If so, is there a bug raport on this issue? Karol ___ lilypond-user maili

Odp: center align dynamics issue

2014-04-08 Thread Karol Majewski
OK, got it: http://code.google.com/p/lilypond/issues/detail?id=2245 > Hi > > \version "2.19.4" > > { >\mf > } > > > Here, dynamic mark is centered on 'c'. Shouldn't it be cented on main > column ('d'

Odp: center align dynamics issue

2014-04-08 Thread Karol Majewski
Seems that solution given by David Nalesnik: http://code.google.com/p/lilypond/issues/attachmentText?id=2245&aid=22450001000&name=atest-09.ly&token=vtUjpiq5vmGAgIRRqIpMxfhpYmg%3A1396976425593 has one drawback. When dynamic text is assigned to whole measure rest, the file won't compile. Is this f

Re: Whiteout box function by Thomas Morley / need help

2014-04-09 Thread Karol Majewski
Hi Harm Function you wrote few days ago works for TextScript but not for DynamicText: \moreWhiteout DynamicText #'(7 . 0) c'1 And only X-offset is added to DynamicText. --Karol ___ lilypond-user mailing list lilypond-user@gnu

Re: Whiteout box function by Thomas Morley / need help

2014-04-09 Thread Karol Majewski
The following: { \moreWhiteout DynamicText #'(2 . 0) c'1 \f } gives: warning: DynamicText has empty extent and non-empty stencil. warning: Not drawing a box with negative dimension, -0.74 by 2.59. Warnings dissapear when \f is replaced by \mf. -Karol > Hi Harm > > Fun

Odp: too wide score after upgrading 2.18.1 to 2.18.2

2014-04-20 Thread Karol Majewski
Hi Marcin. There was this big spacing issue 3304, which was fixed between 2.18.1 and 2.18.2. https://code.google.com/p/lilypond/issues/detail?id=3304 I think this could be the reason. --Karol > Hi > After upgrading to 2.18.2 I noticed that scores are engraved with more > space,

Re: Whiteout box function by Thomas Morley / need help

2014-04-21 Thread Karol Majewski
\relative c'' \musicI \new Staff \relative c'' \musicII >> % -- Karol ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Whiteout box function by Thomas Morley / need help

2014-04-21 Thread Karol Majewski
rride DynamicText.extra-spacing-width = #'(+inf.0 . -inf.0) } Note that your previous function (the one that contains flexible-stencil-whiteout) works well with DynamiText. But the drawback is that it doesn't allow to set left and right X-ex

Re: Whiteout box function by Thomas Morley / need help

2014-04-25 Thread Karol Majewski
Hi Harm. This is quite an impressive piece of code! So far everything is fine :-) Thank you very much. It should be added to LSR, I think. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

slur slope question

2014-04-30 Thread Karol Majewski
ail parameters? --Karol ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Odp: How to create a text spanner with a "half" arrow on right side

2014-04-30 Thread Karol Majewski
\override TextSpanner.bound-details.right.text = \markup { \postscript #samplePath } --Karol > I am trying to create a text span solid line that ends with just 1/2 of an > arrowhead on the right side. Is there a way to set a graphic, something > simple like ... >

Odp: How to create a text spanner with a "half" arrow on right side

2014-04-30 Thread Karol Majewski
And of course: samplePath = # "0 0 moveto 2 0 lineto 0 1 lineto closepath fill stroke" ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Odp: Left hand/right hand editorial annotation

2014-05-01 Thread Karol Majewski
/detail?id=1319 --Karol ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

How to prevent slur from breaking?

2014-05-03 Thread Karol Majewski
line, which of course is not what I want. { c'1 c'1 c'1 c'1 c'1 c'1 c'1 c'1 c'1 c'1 c'1 c'1 -\tweak control-points #'((-46 . 7) (-31 . 8) (-9 . 9) (0.75 . 7)) ( <> ) c'1 c'1 c

Odp: How to prevent slur from breaking?

2014-05-03 Thread Karol Majewski
OK, so I've tried: \alterBroken transparent #'(#f #t) Slur and it works quite well. The only problem is that transparent object is still there, therefore takes space. Better solution would be: \alterBroken stencil #'(#t #f) Slur But It doesn't work... ___

Re: How to prevent slur from breaking?

2014-05-03 Thread Karol Majewski
Thanks Harm! \omitLastBrokenSlur is what I need! Anathoer useful command to my collection :-) ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: whole page rotated

2014-05-03 Thread Karol Majewski
Harm, and what if I don't want to rotate my note head along with stem-dir? How to modify your code then? Some note heads look beeter when they are not being rotated. > > If you only want noteheads of doThin-type, try: > > \version "2.18.0" > > #(define nhg > (lambda (grob) > (let* ((sti

Re: whole page rotated

2014-05-03 Thread Karol Majewski
OK, I made it. I think I begin to understand scheme :-) #(define nhg (lambda (grob) (let* ((stil (ly:note-head::print grob)) (dur-log (ly:grob-property grob 'duration-log)) (nh-id-nr (if (>= dur-log 2) 2 1)) (new-not

Re: Dynamic text/staff symbol overlap

2014-06-05 Thread Karol Majewski
Of course it is DynamicText.   try: \once \override DynamicText.extra-offset = #'(-1 . -1)     Karol     - Original Message - From: Simon Albrecht To: lilypond user list Sent: Thursday, June 05, 2014 8:57 PM Subject: Dynamic text/staff symbol overlap   Hello,in places with

Re: Dynamic text/staff symbol overlap

2014-06-05 Thread Karol Majewski
And how about:   \version "2.19"\relative {\once \override DynamicLineSpanner #'Y-offset = #'2.5\once \override DynamicLineSpanner #'outside-staff-priority = ##fc'^\f}     Karol     Am 05.06.2014 22:17, schrieb Karol Majewski: Of course it is Dynami

Re: Slur crossing through accidental

2014-06-12 Thread Karol Majewski
Hi, James How about: \override Slur.details.accidental-collision = #1000 ? > I am at a complete loss what to do about this slur. It collides with the > b-flat's accidental in a way that makes it hard to see what the slur is > supposed to be. > > \version "2.18.2" > \language "english" > > \r

Odp: Slur crossing through accidental

2014-06-12 Thread Karol Majewski
And of course you have to increase region size. So it should be: \override Slur.details.region-size = #5 \override Slur.details.accidental-collision = #1000 --Karol ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: Whiteout box function by Thomas Morley / need help

2014-06-12 Thread Karol Majewski
I'm trying to make this function work via \tweak. Grob-name string is no longer needed. The following code doesn't work. Perhaps I missed something that is obvious to schemers. Any ideas are welcome. moreWhiteout = #(define-music-function (parser location adds)(pair?) (define more-stencil-whit

Re: Whiteout box function by Thomas Morley / need help

2014-06-13 Thread Karol Majewski
8 }musicII = {  r2  \extraWhiteout #'(-2 . 0.5) b4 ^"XX"  b  r  r^\  \extraWhiteout #'(-2 . 10.5) b4 ^"XX" b}\new StaffGroup <<  \new Staff \relative c'' \musicI  \new Staff \relative c'' \musicII>>       --Karol

Re: Whiteout box function by Thomas Morley / need help

2014-06-14 Thread Karol Majewski
^"YY"  b  r  r -\moreWhiteout #'((-3.2 . 4.12)(0 . 0)) ^\  b4 -\moreWhiteout #'(-2 . 10.5) ^"XX" b}\new StaffGroup <<  \new Staff \relative c'' \musicI  \new Staff \relative c'' \musicII>>     --Karol ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

partial in the middle of piece

2014-06-15 Thread Karol Majewski
tial 4 c'4 c'1 c'1 \partial 4 c'4 c'1 c'1 } lower = { \time 4/4 \partial 4 r4 R1 R1 \partial 4 r4 R1 R1 } \score { \new PianoStaff << \new Staff = "upper" \upper \new Staff = "lower" \lower >> } --Karol

How to put RehearsalMarks on their own horizontal line?

2014-07-15 Thread Karol Majewski
on marks in Dynamics context. I tried to define new context, but with no success. Any ideas appreciated. --Best Karol ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: How to put RehearsalMarks on their own horizontal line?

2014-07-15 Thread Karol Majewski
> > See Vertical collision avoidance in the NR: > > \score { > \new Staff << > \override Score.RehearsalMark.outside-staff-priority = #0 > \global > \part > >> > } > Hi Phil, I tried that before, but this solution has one drawback: rehearsal marks are _below_ tempo marks. And I want to place t

Re: How to put RehearsalMarks on their own horizontal line?

2014-07-15 Thread Karol Majewski
Very nice, Kieren! But still there are some issues: 1) place the first \mark at the begin and you'll get an error: programming error: cyclic chain in pure-Y-offset callbacks 2) Take a look at this example: %%% \version "2.19.10" \layout { \context { \type "Engraver_gro

absolute baseline-skip

2014-07-20 Thread Karol Majewski
rpret-markup layout (cons `((baseline-skip . ,(* magnification ref-baseline)) (word-space . ,(* magnification ref-word-space)) (font-size . ,(magnification->font-size magnification))) props) arg))) If you have any ideas, please share! Perhaps something like

automaticMelismata

2014-07-21 Thread Karol Majewski
Hi, how can I disable automatic melismatas on slurs? I remember that there was automaticMelismata but no longer it seems to be working. --Karol ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond

something's wrong with \unset Score.proportionalNotationDuration

2014-07-22 Thread Karol Majewski
\version "2.19.10" { \set Score.proportionalNotationDuration = #(ly:make-moment 1/32) \repeat unfold 32 { f'32 } \newSpacingSection \unset Score.proportionalNotationDuration f'4 f'4 f'4 f'4 } Look at the huge gap between firs

Re: notation rule question

2014-07-23 Thread Karol Majewski
And how to divide this: c4 c8 c8~ c4 c4 or c4 c8 c4. c4 Again - couldn't find such rhythmic structure in my collection of hand engraved scores. --Karol ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/lis

Re: something's wrong with \unset Score.proportionalNotationDuration

2014-07-23 Thread Karol Majewski
Aha, thanks for explanation. Anyway, this behavior of Lily is confusing. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: notation rule question

2014-07-23 Thread Karol Majewski
Thanks David, but you answered an old question :) My current question is related to: c4 c8 c8~ c4 c4 vs c4 c8 c4. c4 --Karol ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: a thank you :)

2014-08-17 Thread Karol Majewski
Yeah... just imagine where would be LilyPond without David we would probably still use 2.12 ;) ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

define-vstrut-markup ?

2014-09-07 Thread Karol Majewski
7;define-vstrut-markup' using above vstrut definition? --Karol ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: define-vstrut-markup ?

2014-09-07 Thread Karol Majewski
Works! Thanks!   #(define-markup-command (strut layout props text) (markup?)  (interpret-markup layout props    #{  \markup \concat {    \vstrut #text  }    #}))     --Karol ___ lilypond-user mailing list lilypond-user@gnu.org https

wrong page-number position in 2.19.14

2014-09-16 Thread Karol Majewski
I noticed that in 2.19.14, page numbers in oddHeaderMarkup are center-aligned, while in evenHeaderMarkup - left-aligned. This looks strange. Bug? { c'1 \pageBreak c'1 \pageBreak c'1 \pageBreak c'1 \pageBreak c'1 \pageBreak } -- Karol ___

\override #'(font-series . medium) doesn't work anymore?

2014-09-18 Thread Karol Majewski
\override #'(font-series . medium) or \medium None of them work. Bug? \version "2.19.14" \paper { #(define fonts (make-pango-font-tree "" "Ubuntu" "" (/ staff-height pt 20))) } \markup { \sans "foo" } \markup { \sans \b

Re: \override #'(font-series . medium) doesn't work anymore?

2014-09-18 Thread Karol Majewski
The point is that LilyPond doesn't recognize medium font-series. When you set font-series to bold, everything's fine. > Does this work? > > \paper { > #(define fonts > (set-global-fonts > #:sans "Ubuntu" > )) > } > > I don't have 2.19.14 installed but afaik the code for setting the

Re: \override #'(font-series . medium) doesn't work anymore?

2014-09-19 Thread Karol Majewski
Once you have medium fonr installed on your system, \medium command should work, but it doesn't, and that's the point. In my example I use Ubuntu typeface, because this tyoeface has medium weight. > Did you and Karol expect “medium” to be something other than “normal”? Of course

Re: \override #'(font-series . medium) doesn't work anymore?

2014-09-19 Thread Karol Majewski
OK, so having read what Abraham wrote, I'll put my question in other way: Is there any typeface that works in LilyPond with \medium command? I haven't found any... -- Karol ___ lilypond-user mailing list lilypond-user@gnu.org https://lis

Re: \override #'(font-series . medium) doesn't work anymore?

2014-09-19 Thread Karol Majewski
Exactly! This is what \medium should work like, isn't it?   -- Karol     Karol,   Do you mean that you want a slightly heavier look than "Regular" or "Book" but not "Bold", more like a semi-bold?   -Abraham ___

Re: \override #'(font-series . medium) doesn't work anymore?

2014-09-19 Thread Karol Majewski
Just like that! I do know that font-name works, but having \medium command working would be nice. > > > > Like the attached? > > > > \version "2.19.15" > > > > \markup { \box \abs-fontsize #48 \override #'(font-name . "Ubuntu") bar } > > \markup { \box \abs-fontsize #48 \override #'(font-name .

Monospaced / Tabular figures in LilyPond

2014-09-24 Thread Karol Majewski
s via: \usepackage{fontspec} \setmainfont [Numbers = {Monospaced}]{Fontname} How can I achieve this in LilyPond? More on proportional vs tabular: http://www.fonts.com/content/learning/fontology/level-3/numbers/proportional-vs-tabular-figures --

how to compile many .ly files with one command

2014-09-30 Thread Karol Majewski
Hi I have over 50 .ly files in one directory. Compiling them with: lilypond file1.ly lilypond file2.ly etc... ... is very time consuming ;) Is there something like: 'lilypond all'? --Karol ___ lilypond-user mailing list lilypond-us

Re: how to compile many .ly files with one command

2014-09-30 Thread Karol Majewski
Ahhh, thanks. It's so simple. It works both on Windows and Linux. BTW. it should documented in '1.2 Command-line usage', shouldn't it? --Karol ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

strange spacing behavior - is it expected?

2013-06-16 Thread Karol Majewski
Hi, Take a look at the following example: begin \version "2.16.2" { \relative d, { \clef bass 4 << { a8 bes g a } \\ { d,4 es } >> } } % { << \relative d, { \clef bass \oneVoice 4 \voiceOne a8 bes g a } \\ { s2 d,4 es, } >> } end

current whiteout mechanism is not perfect

2013-06-23 Thread Karol Majewski
Hi. The example in the attachment shows that the current whiteout mechanism is not perfect. As far as I know, it works by drawing white box in the background of the text. This solution, however, has one drawback: sometimes bar line isn't broken in it's full width and that looks ugly. (see exampl

Re: current whiteout mechanism is not perfect

2013-06-23 Thread Karol Majewski
\set PianoStaff.instrumentName = #"Piano " \new Staff = "upper" \upper \new Staff = "lower" \lower >> \layout { \override TextScript #'whiteout = ##t } } Dnia 23-06-2013 o godz. 14:42 Janek Warchoł napisał(a): > Hi, > > 2013/6

Scaling accordion register symbols

2013-07-07 Thread Karol Majewski
Hi, Recently I'm experimenting with accordion register sets. I've looked into: http://lilypond.org/doc/v2.17/Documentation/notation/accordion http://lists.gnu.org/archive/html/lilypond-devel/2011-07/msg00250.html and found that those symbols cannot be scaled properly when using: \new Staff \wit

help on improving (kneed-beam tuplet-number) function

2013-07-09 Thread Karol Majewski
Hi Quite some time ago David Nalesnik wrote this amazing function: http://lsr.dsi.unimi.it/LSR/Snippet?id=646 The problem is that when I apply it to a staff with { fontSize = #-3 \override StaffSymbol #'staff-space = #(magstep -3) } ... the tuplet numbers are still missplaced. My scheme pr

aleatoric box / frameEngraver

2013-07-13 Thread Karol Majewski
Hi again. This time i'm trying to modify frameEngraver written by David Nalesnik (Big thanks). I'm using 2.16.2 version of LilyPond and frameEngraver8.ly, which you can find here: http://lilypond.1069038.n5.nabble.com/attachment/139396/0/frameEngraver8.ly So, what I'm trying to achieve is to re

Odp: aleatoric box / frameEngraver

2013-07-13 Thread Karol Majewski
OK, so now I'm playing with \set Score.repeatCommands = #'(start-repeat). The big question is: how can I apply repeat sign only to one staff inside PianoStaff. \set Staff.repeatCommands = #'(start-repeat) does not work. Dnia 13-07-2013 o godz. 13:45 Karol Majewski napisał(a): &

Re: aleatoric box / frameEngraver

2013-07-14 Thread Karol Majewski
there is simpler way? > Hi Karol, > > how about > > \version "2.17.21" > > \layout { > \context { > \Score > \remove "Timing_translator" > \remove "Default_bar_line_engraver" > \remove "Repeat_acknowledge_en

Re: aleatoric box / frameEngraver

2013-07-15 Thread Karol Majewski
Sorry, Thomas... I forgot to mention that I want to place repeat signs in the middle of the bar! Mea culpa. That's why at first I tried to modify frameEngraver. It would be great to have something like: \repeatStart c'4 d' e' \repeatStop s4*3 \repeatExtenderStop Here is function that I try to m

Re: aleatoric box / frameEngraver

2013-07-20 Thread Karol Majewski
Dnia 15-07-2013 o godz. 13:54 David Nalesnik napisał(a): Hi Karol, Harm-- On Mon, Jul 15, 2013 at 5:56 AM, Karol Majewski <karo...@wp.pl> wrote: Sorry, Thomas... I forgot to mention that I want to place repeat signs in the middle of the bar! Mea culpa. That's why at first I trie

Re: aleatoric / frame engraver revisited

2013-07-22 Thread Karol Majewski
Wow! This is a great piece of work! One question: How can I modify the code to make it work under 2.16.2? (of course apart from changing 'override' syntax)   Karol   ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.o

  1   2   >