]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pango-font.cc
Pango: Change orientation of Y-axis for extra offsets.
[lilypond.git] / lily / pango-font.cc
index e9fb2e8fda4b4d1f20426e4cda4a74ee5f3566da..21ab85ab667052697d8038e1aea8a59f5f792f14 100644 (file)
@@ -225,7 +225,7 @@ Pango_font::pango_item_string_stencil (PangoGlyphItem const *glyph_item) const
 
       *tail = scm_cons (scm_list_4 (scm_from_double (ggeo.width * scale_),
                                    scm_from_double (ggeo.x_offset * scale_),
-                                   scm_from_double (ggeo.y_offset * scale_),
+                                   scm_from_double (ggeo.y_offset * scale_),
                                    char_id),
                        SCM_EOL);
       tail = SCM_CDRLOC (*tail);