lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lilypond-auto] Issue 3255 in lilypond: \with-dimensions doesn't aff


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3255 in lilypond: \with-dimensions doesn't affect the overall size of a TextScript
Date: Tue, 27 Aug 2013 08:49:38 +0000

Updates:
        Labels: -Patch-new Patch-needs_work

Comment #92 on issue 3255 by address@hidden: \with-dimensions doesn't affect the overall size of a TextScript
http://code.google.com/p/lilypond/issues/detail?id=3255

Passes make but fails make check:

--snip--
Processing `/tmp/build-lilypond-autobuild/out/lybook-testdb/e4/lily-54849709.ly'
Parsing...
Renaming input to: `/tmp/lilypond-autobuild/input/regression/markup-with-dimensions.ly' /tmp/lilypond-autobuild/input/regression/markup-with-dimensions.ly:8:18: error: unknown escaped string: `\with-dimensions'
  c''1-\markup {
                 \with-dimensions #'(0 . 0) #'(0 . 0) "inside staff" }
/tmp/lilypond-autobuild/input/regression/markup-with-dimensions.ly:8:35: error: not a markup
  c''1-\markup { \with-dimensions
                                  #'(0 . 0) #'(0 . 0) "inside staff" }
/tmp/lilypond-autobuild/input/regression/markup-with-dimensions.ly:8:45: error: not a markup
  c''1-\markup { \with-dimensions #'(0 . 0)
                                            #'(0 . 0) "inside staff" }
Interpreting music...
Preprocessing graphical objects...
Calculating line breaks...
Drawing systems...
--snip--

file snippet is

--snip--
% ****************************************************************
% ly snippet:
% ****************************************************************
\sourcefilename 
"/tmp/lilypond-autobuild/input/regression/markup-with-dimensions.ly"
\sourcefileline 0
\header { texidoc = "
@code{\\with-dimensions} works with zero extents also.
" }
{
  \once\override TextScript.outside-staff-priority = ##f
  \once\override TextScript.staff-padding = #0
  \once\override TextScript.padding = #0
  c''1-\markup { \with-dimensions #'(0 . 0) #'(0 . 0) "inside staff" }
      -\f
  b1
  -\markup { \pad-around #3 "padded" }
  -"below"
}



% ****************************************************************
% end ly snippet
% ****************************************************************



James

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

[Prev in Thread] Current Thread [Next in Thread]